org.fcrepo.server.errors.authorization
Class AuthzException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fcrepo.server.errors.ServerException
              extended by 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

Field Summary
static String BRIEF_DESC
           
 
Constructor Summary
AuthzException(String message)
           
AuthzException(String bundleName, String code, String[] replacements, String[] details, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.fcrepo.server.errors.ServerException
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer
 
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
 

Field Detail

BRIEF_DESC

public static final String BRIEF_DESC
See Also:
Constant Field Values
Constructor Detail

AuthzException

public AuthzException(String message)

AuthzException

public AuthzException(String bundleName,
                      String code,
                      String[] replacements,
                      String[] details,
                      Throwable cause)


Copyright © 2012 DuraSpace. All Rights Reserved.