InvalidAlgorithmParameterExceptionpublic class InvalidAlgorithmParameterException extends GeneralSecurityException This is the exception for invalid or inappropriate algorithm parameters. |
Constructors Summary |
---|
public InvalidAlgorithmParameterException()Constructs an InvalidAlgorithmParameterException with no detail
message.
A detail message is a String that describes this particular
exception.
super();
| public InvalidAlgorithmParameterException(String msg)Constructs an InvalidAlgorithmParameterException with the specified
detail message.
A detail message is a String that describes this
particular exception.
super(msg);
|
|