fedora.server.errors
Class BackendSecurityParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.server.errors.ServerException
fedora.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
| 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 |
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)