public class InvalidAlgorithmParameterException extends GeneralSecurityException
| Constructor and Description |
|---|
InvalidAlgorithmParameterException()
Construct an exception with no message.
|
InvalidAlgorithmParameterException(java.lang.String msg)
Construct an exception with a message.
|
InvalidAlgorithmParameterException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
InvalidAlgorithmParameterException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public InvalidAlgorithmParameterException()
public InvalidAlgorithmParameterException(java.lang.String msg)
msg - the messagepublic InvalidAlgorithmParameterException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic InvalidAlgorithmParameterException(java.lang.Throwable cause)
cause - the cause