Package | Description |
---|---|
org.apache.directory.server.kerberos.changepwd.exceptions |
Provides the root of the exception hierarchy, as well as the
enumerator for mapping Change Password errors to error codes.
|
org.apache.directory.server.kerberos.changepwd.messages |
Provides message objects for request, reply, and error messages.
|
Modifier and Type | Method and Description |
---|---|
static ChangePasswdErrorType |
ChangePasswdErrorType.getTypeByValue(int value)
Gets the error type by its value.
|
static ChangePasswdErrorType |
ChangePasswdErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangePasswdErrorType[] |
ChangePasswdErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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. |
Modifier and Type | Method and Description |
---|---|
ChangePasswdErrorType |
ChangePasswordError.getResultCode() |
Copyright © 2018. All rights reserved.