org.fcrepo.server.errors.authorization
Class AuthzException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.authorization.AuthzException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthzDeniedException, AuthzPermittedException
public abstract class AuthzException
- extends ServerException
Thrown when functional processing should discontinue.
- Author:
- Bill Niebel
- See Also:
- Serialized Form
BRIEF_DESC
public static final String BRIEF_DESC
- See Also:
- Constant Field Values
AuthzException
public AuthzException(String message)
AuthzException
public AuthzException(String bundleName,
String code,
String[] replacements,
String[] details,
Throwable cause)
Copyright © 2012 DuraSpace. All Rights Reserved.