|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.server.kerberos.shared.exceptions.KerberosException
org.apache.directory.server.changepw.exceptions.ChangePasswordException
public class ChangePasswordException
The root of the Change Password exception hierarchy.
| Constructor Summary | |
|---|---|
ChangePasswordException(ErrorType errorType)
Creates a ChangePasswordException with an ErrorType. |
|
ChangePasswordException(ErrorType errorType,
byte[] explanatoryData)
Creates a ChangePasswordException with an ErrorType and
data helping to explain what caused this fault. |
|
ChangePasswordException(ErrorType errorType,
byte[] explanatoryData,
java.lang.Throwable cause)
Creates a ChangePasswordException with an ErrorType, data helping to explain
what caused this fault, and an underlying throwable that caused this fault. |
|
ChangePasswordException(ErrorType errorType,
java.lang.Throwable cause)
Creates a ChangePasswordException with an ErrorType and an
underlying throwable that caused this fault. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.directory.server.kerberos.shared.exceptions.KerberosException |
|---|
getErrorCode, getExplanatoryData |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChangePasswordException(ErrorType errorType)
ErrorType.
errorType - The ErrorType associated with this ChangePasswordException.
public ChangePasswordException(ErrorType errorType,
java.lang.Throwable cause)
ErrorType and an
underlying throwable that caused this fault.
errorType - The ErrorType associated with this ChangePasswordException.cause - The underlying failure, if any.
public ChangePasswordException(ErrorType errorType,
byte[] explanatoryData)
ErrorType and
data helping to explain what caused this fault.
errorType - The ErrorType associated with this ChangePasswordException.explanatoryData - Data helping to explain this fault, if any.
public ChangePasswordException(ErrorType errorType,
byte[] explanatoryData,
java.lang.Throwable cause)
ErrorType, data helping to explain
what caused this fault, and an underlying throwable that caused this fault.
errorType - The error type associated with this ChangePasswordException.explanatoryData - Data helping to explain this fault, if any.cause - The underlying failure, if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||