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