public class ChangePasswordException extends KerberosException
| 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,
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,
String message)
Creates a new instance of ChangePasswordException.
|
ChangePasswordException(ChangePasswdErrorType errorType,
Throwable cause)
Creates a ChangePasswordException with an
ChangePasswdErrorType and an
underlying throwable that caused this fault. |
getError, getErrorCode, getExplanatoryDataaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChangePasswordException(ChangePasswdErrorType errorType)
ChangePasswdErrorType.errorType - The ChangePasswdErrorType associated with this ChangePasswordException.public ChangePasswordException(ChangePasswdErrorType errorType, String message)
errorType - the error typemessage - the messagepublic ChangePasswordException(ChangePasswdErrorType errorType, 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, 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.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.