|
||||||||||
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 error code and a message. |
|
ChangePasswordException(ErrorType errorType,
byte[] explanatoryData)
Creates a ChangePasswordException with an error code, a message, and data helping to explain what caused this fault. |
|
ChangePasswordException(int errorCode,
java.lang.String msg)
Creates a ChangePasswordException with an error code and a message. |
|
ChangePasswordException(int errorCode,
java.lang.String msg,
java.lang.Throwable cause)
Creates a ChangePasswordException with an error code, a message 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(int errorCode, java.lang.String msg)
errorCode
- the error code associated with this ChangePasswordExceptionmsg
- the standard Change Password error message for this ChangePasswordExceptionpublic ChangePasswordException(int errorCode, java.lang.String msg, java.lang.Throwable cause)
errorCode
- the error code associated with this ChangePasswordExceptionmsg
- the standard Change Password error message for this ChangePasswordExceptioncause
- the underlying failure, if anypublic ChangePasswordException(ErrorType errorType)
errorType
- the error type associated with this ChangePasswordExceptionpublic ChangePasswordException(ErrorType errorType, byte[] explanatoryData)
errorType
- the error type associated with this ChangePasswordExceptionexplanatoryData
- data helping to explain this fault, if any
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |