public class InvalidKeySpecException extends java.security.GeneralSecurityException
KeySpec,
Serialized Form| Constructor and Description |
|---|
InvalidKeySpecException()
Constructs an InvalidKeySpecException without a message string.
|
InvalidKeySpecException(java.lang.String msg)
Constructs an InvalidKeySpecException with a message string.
|
InvalidKeySpecException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
InvalidKeySpecException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public InvalidKeySpecException()
public InvalidKeySpecException(java.lang.String msg)
msg - a message to display with exceptionpublic InvalidKeySpecException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic InvalidKeySpecException(java.lang.Throwable cause)
cause - the cause