fedora.server.errors.authorization
Class AuthzOperationalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.server.errors.ServerException
fedora.server.errors.authorization.AuthzException
fedora.server.errors.authorization.AuthzDeniedException
fedora.server.errors.authorization.AuthzOperationalException
- All Implemented Interfaces:
- java.io.Serializable
public class AuthzOperationalException
- extends AuthzDeniedException
Title: AuthzOperationalException.java
Description: Thrown when authorization cannot be completed.
- Version:
- $Id: AuthzOperationalException.java 5162 2006-10-25 00:49:06Z eddie $
- Author:
- wdn5e@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 |
BRIEF_DESC
public static final java.lang.String BRIEF_DESC
- See Also:
- Constant Field Values
AuthzOperationalException
public AuthzOperationalException(java.lang.String message)
AuthzOperationalException
public AuthzOperationalException(java.lang.String message,
java.lang.Throwable cause)
AuthzOperationalException
public AuthzOperationalException(java.lang.String bundleName,
java.lang.String code,
java.lang.String[] replacements,
java.lang.String[] details,
java.lang.Throwable cause)