java.security.spec
public class InvalidParameterSpecException extends GeneralSecurityException
Since: 1.2
See Also: AlogorithmParameters AlogorithmParameterSpec DSAParameterSpec
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
InvalidParameterSpecException()
Constructs an InvalidParameterSpecException without a message string. | |
InvalidParameterSpecException(String msg)
Constructs an InvalidParameterSpecException with a message string.
|
Parameters: msg a message to display with exception