fedora.server.errors.authorization
Class PasswordComparisonException

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.PasswordComparisonException
All Implemented Interfaces:
java.io.Serializable

public class PasswordComparisonException
extends ServerException

Title: AuthorizedPermittedException.java

Description: Thrown when authorization is denied.

Version:
$Id: AuthzPermittedException.java,v 1.2 2006/10/25 00:49:00 eddie Exp $
Author:
wdn5e@virginia.edu
See Also:
Serialized Form

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

PasswordComparisonException

public PasswordComparisonException(java.lang.String message)

PasswordComparisonException

public PasswordComparisonException(java.lang.String message,
                                   java.lang.Throwable cause)

PasswordComparisonException

public PasswordComparisonException(java.lang.String bundleName,
                                   java.lang.String code,
                                   java.lang.String[] replacements,
                                   java.lang.String[] details,
                                   java.lang.Throwable cause)