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