org.fcrepo.server.errors.authorization
Class AuthzOperationalException

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
                  extended by org.fcrepo.server.errors.authorization.AuthzDeniedException
                      extended by org.fcrepo.server.errors.authorization.AuthzOperationalException
All Implemented Interfaces:
Serializable

public class AuthzOperationalException
extends AuthzDeniedException

Thrown when authorization cannot be completed.

Author:
Bill Niebel
See Also:
Serialized Form

Field Summary
static String BRIEF_DESC
           
 
Constructor Summary
AuthzOperationalException(String message)
           
AuthzOperationalException(String bundleName, String code, String[] replacements, String[] details, Throwable cause)
           
AuthzOperationalException(String message, 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

AuthzOperationalException

public AuthzOperationalException(String message)

AuthzOperationalException

public AuthzOperationalException(String message,
                                 Throwable cause)

AuthzOperationalException

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


Copyright © 2011 DuraSpace. All Rights Reserved.