fedora.server.errors.authorization
Class AuthzOperationalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fedora.server.errors.ServerException
              extended by fedora.server.errors.authorization.AuthzException
                  extended by fedora.server.errors.authorization.AuthzDeniedException
                      extended by 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

Field Summary
static java.lang.String BRIEF_DESC
           
 
Constructor Summary
AuthzOperationalException(java.lang.String message)
           
AuthzOperationalException(java.lang.String bundleName, java.lang.String code, java.lang.String[] replacements, java.lang.String[] details, java.lang.Throwable cause)
           
AuthzOperationalException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class fedora.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 java.lang.String BRIEF_DESC
See Also:
Constant Field Values
Constructor Detail

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)