fedora.server.errors.authorization
Class AuthzException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.server.errors.ServerException
fedora.server.errors.authorization.AuthzException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AuthzDeniedException, AuthzPermittedException
public abstract class AuthzException
- extends ServerException
Title: AuthzException.java
Description: Thrown when functional processing should discontinue.
- Version:
- $Id: AuthzException.java 4031 2005-05-02 18:23:55Z wdn5e $
- Author:
- wdn5e@virginia.edu
- See Also:
- Serialized Form
|
Constructor Summary |
AuthzException(java.lang.String message)
|
AuthzException(java.lang.String bundleName,
java.lang.String code,
java.lang.String[] replacements,
java.lang.String[] details,
java.lang.Throwable cause)
|
| 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 |
BRIEF_DESC
public static final java.lang.String BRIEF_DESC
- See Also:
- Constant Field Values
AuthzException
public AuthzException(java.lang.String message)
AuthzException
public AuthzException(java.lang.String bundleName,
java.lang.String code,
java.lang.String[] replacements,
java.lang.String[] details,
java.lang.Throwable cause)