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