java.security.spec
public class InvalidKeySpecException extends GeneralSecurityException
| Constructor Summary | |
|---|---|
| InvalidKeySpecException()
Constructs an InvalidKeySpecException without a message string. | |
| InvalidKeySpecException(String msg)
Constructs an InvalidKeySpecException with a message string.
| |
| InvalidKeySpecException(String s, Throwable cause)
Create a new instance with a descriptive error message and
a cause. | |
| InvalidKeySpecException(Throwable cause)
Create a new instance with a cause. | |
Parameters: msg a message to display with exception
Parameters: s the descriptive error message cause the cause
Since: 1.5
Parameters: cause the cause
Since: 1.5