public class InvalidParameterSpecException extends GeneralSecurityException
AlgorithmParameterSpec, 
Serialized Form| Constructor 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.