public class InvalidKeySpecException extends GeneralSecurityException
| Constructor and Description |
|---|
InvalidKeySpecException()
Creates a new
InvalidKeySpecException. |
InvalidKeySpecException(String msg)
Creates a new
InvalidKeySpecException with the specified message. |
InvalidKeySpecException(String message,
Throwable cause)
Creates a new
InvalidKeySpecException with the specified message
and cause. |
InvalidKeySpecException(Throwable cause)
Creates a new
InvalidKeySpecException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidKeySpecException(String msg)
InvalidKeySpecException with the specified message.msg - the detail message of this exception.public InvalidKeySpecException()
InvalidKeySpecException.public InvalidKeySpecException(String message, Throwable cause)
InvalidKeySpecException with the specified message
and cause.message - the detail message of this exception.cause - the cause of this exception.public InvalidKeySpecException(Throwable cause)
InvalidKeySpecException with the specified cause.cause - the cause of this exception.