public class InvalidParameterSpecException extends GeneralSecurityException
AlgorithmParameterSpec
,
Serialized FormConstructor and Description |
---|
InvalidParameterSpecException()
Constructs an InvalidParameterSpecException with no detail message.
|
InvalidParameterSpecException(java.lang.String msg)
Constructs an InvalidParameterSpecException with the specified detail message.
|
public InvalidParameterSpecException()
public InvalidParameterSpecException(java.lang.String msg)
msg
- the detail message.