fedora.server.errors.authorization
Class PasswordComparisonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.server.errors.ServerException
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
| 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 |
BRIEF_DESC
public static final java.lang.String BRIEF_DESC
- See Also:
- Constant Field Values
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)