public class ChangePasswordException extends KerberosException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ChangePasswordException(ChangePasswdErrorType errorType)
Creates a ChangePasswordException with an
ChangePasswdErrorType. |
ChangePasswordException(ChangePasswdErrorType errorType,
byte[] explanatoryData)
Creates a ChangePasswordException with an
ChangePasswdErrorType and
data helping to explain what caused this fault. |
ChangePasswordException(ChangePasswdErrorType errorType,
byte[] explanatoryData,
java.lang.Throwable cause)
Creates a ChangePasswordException with an
ChangePasswdErrorType, data helping to explain
what caused this fault, and an underlying throwable that caused this fault. |
ChangePasswordException(ChangePasswdErrorType errorType,
java.lang.String message)
Creates a new instance of ChangePasswordException.
|
ChangePasswordException(ChangePasswdErrorType errorType,
java.lang.Throwable cause)
Creates a ChangePasswordException with an
ChangePasswdErrorType and an
underlying throwable that caused this fault. |
getError, getErrorCode, getExplanatoryDataprivate static final long serialVersionUID
public ChangePasswordException(ChangePasswdErrorType errorType)
ChangePasswdErrorType.errorType - The ChangePasswdErrorType associated with this ChangePasswordException.public ChangePasswordException(ChangePasswdErrorType errorType, java.lang.String message)
errorType - the error typemessage - the messagepublic ChangePasswordException(ChangePasswdErrorType errorType, java.lang.Throwable cause)
ChangePasswdErrorType and an
underlying throwable that caused this fault.errorType - The ChangePasswdErrorType associated with this ChangePasswordException.cause - The underlying failure, if any.public ChangePasswordException(ChangePasswdErrorType errorType, byte[] explanatoryData)
ChangePasswdErrorType and
data helping to explain what caused this fault.errorType - The ChangePasswdErrorType associated with this ChangePasswordException.explanatoryData - Data helping to explain this fault, if any.public ChangePasswordException(ChangePasswdErrorType errorType, byte[] explanatoryData, java.lang.Throwable cause)
ChangePasswdErrorType, 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.