fedora.server.errors
Class BackendSecurityParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfedora.server.errors.ServerException
              extended byfedora.server.errors.BackendSecurityParserException
All Implemented Interfaces:
java.io.Serializable

public final class BackendSecurityParserException
extends ServerException

Title: BackendSecurityParserException.java

Description: A parser exception indicating something went wrong while parsing the backend security configuration file.

Version:
$Id: BackendSecurityParserException.java,v 1.1 2005/05/27 14:42:38 rlw Exp $
Author:
rlw@virginia.edu
See Also:
Serialized Form

Constructor Summary
BackendSecurityParserException(java.lang.String message)
          Creates a BackendSecurityParserException.
BackendSecurityParserException(java.lang.String bundleName, java.lang.String code, java.lang.String[] values, java.lang.String[] details, java.lang.Throwable cause)
           
BackendSecurityParserException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class fedora.server.errors.ServerException
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackendSecurityParserException

public BackendSecurityParserException(java.lang.String message)
Creates a BackendSecurityParserException.

Parameters:
message - An informative message explaining what happened and (possibly) how to fix it.

BackendSecurityParserException

public BackendSecurityParserException(java.lang.String message,
                                      java.lang.Throwable cause)

BackendSecurityParserException

public BackendSecurityParserException(java.lang.String bundleName,
                                      java.lang.String code,
                                      java.lang.String[] values,
                                      java.lang.String[] details,
                                      java.lang.Throwable cause)