public class PasswordEncryptException
extends java.lang.Exception
Constructor and Description |
---|
PasswordEncryptException()
Constructs an PasswordEncryptException with no message.
|
PasswordEncryptException(java.lang.Exception cause)
Constructs an PasswordEncryptException with the specified cause.
|
PasswordEncryptException(java.lang.String message)
Constructs an PasswordEncryptException with the specified message.
|
PasswordEncryptException(java.lang.String message,
java.lang.Exception cause)
Constructs an PasswordEncryptException with the specified message and cause.
|
public PasswordEncryptException()
public PasswordEncryptException(java.lang.String message)
message
- the detail message.public PasswordEncryptException(java.lang.Exception cause)
cause
- the cause.public PasswordEncryptException(java.lang.String message, java.lang.Exception cause)
message
- the detail message.cause
- the cause.