public class InvalidKeySpecException extends GeneralSecurityException
KeySpec,
Serialized Form| Constructor and Description |
|---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidKeySpecException()
public InvalidKeySpecException(String msg)
msg - a message to display with exceptionpublic InvalidKeySpecException(String s, Throwable cause)
s - the descriptive error messagecause - the causepublic InvalidKeySpecException(Throwable cause)
cause - the cause