org.fcrepo.server.errors.authorization
Class PasswordComparisonException

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

public class PasswordComparisonException
extends ServerException

Thrown when authorization is denied.

Author:
Bill Niebel
See Also:
Serialized Form

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

PasswordComparisonException

public PasswordComparisonException(String message)

PasswordComparisonException

public PasswordComparisonException(String message,
                                   Throwable cause)

PasswordComparisonException

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


Copyright © 2011 DuraSpace. All Rights Reserved.