fedora.server.errors.authorization
Class AuthzPermittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.server.errors.ServerException
fedora.server.errors.authorization.AuthzException
fedora.server.errors.authorization.AuthzPermittedException
- All Implemented Interfaces:
- java.io.Serializable
public class AuthzPermittedException
- extends AuthzException
Title: AuthorizedPermittedException.java
Description: Thrown when authorization is denied.
- Version:
- $Id: AuthzPermittedException.java 5162 2006-10-25 00:49:06Z eddie $
- Author:
- wdn5e@virginia.edu
- See Also:
- Serialized Form
|
Constructor Summary |
AuthzPermittedException(java.lang.String message)
|
AuthzPermittedException(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
AuthzPermittedException
public AuthzPermittedException(java.lang.String message)
AuthzPermittedException
public AuthzPermittedException(java.lang.String bundleName,
java.lang.String code,
java.lang.String[] replacements,
java.lang.String[] details,
java.lang.Throwable cause)