java.security
public class InvalidAlgorithmParameterException extends GeneralSecurityException
Since: 1.2
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
InvalidAlgorithmParameterException()
Construct an exception with no message. | |
InvalidAlgorithmParameterException(String msg)
Construct an exception with a message.
| |
InvalidAlgorithmParameterException(String s, Throwable cause)
Create a new instance with a descriptive error message and
a cause. | |
InvalidAlgorithmParameterException(Throwable cause)
Create a new instance with a cause. |
Parameters: msg the message
Parameters: s the descriptive error message cause the cause
Since: 1.5
Parameters: cause the cause
Since: 1.5