public class ChangePasswordException extends KerberosException
| Constructor and Description |
|---|
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,
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,
Throwable cause)
Creates a ChangePasswordException with an
ErrorType and an
underlying throwable that caused this fault. |
getErrorCode, getExplanatoryDataaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChangePasswordException(ErrorType errorType)
ErrorType.errorType - The ErrorType associated with this ChangePasswordException.public ChangePasswordException(ErrorType errorType, 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, 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.Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.