public class InvalidAlgorithmParameterException extends GeneralSecurityException
InvalidAlgorithmParameterException indicates the occurrence of
invalid algorithm parameters.| Constructor and Description |
|---|
InvalidAlgorithmParameterException()
Constructs a new instance of
InvalidAlgorithmParameterException. |
InvalidAlgorithmParameterException(String msg)
Constructs a new instance of
InvalidAlgorithmParameterException
with the given message. |
InvalidAlgorithmParameterException(String message,
Throwable cause)
Constructs a new instance of
InvalidAlgorithmParameterException with the
given message and the cause. |
InvalidAlgorithmParameterException(Throwable cause)
Constructs a new instance of
InvalidAlgorithmParameterException
with the cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidAlgorithmParameterException(String msg)
InvalidAlgorithmParameterException
with the given message.msg - the detail message for this exception.public InvalidAlgorithmParameterException()
InvalidAlgorithmParameterException.public InvalidAlgorithmParameterException(String message, Throwable cause)
InvalidAlgorithmParameterException with the
given message and the cause.message - the detail message for this exception.cause - the exception which is the cause for this exception.public InvalidAlgorithmParameterException(Throwable cause)
InvalidAlgorithmParameterException
with the cause.cause - the exception which is the cause for this exception.