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