public class BadPaddingException extends GeneralSecurityException
| Constructor and Description |
|---|
BadPaddingException()
Creates a new bad padding exception with no detail message.
|
BadPaddingException(String message)
Creates a new bad padding exception with a detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadPaddingException()
public BadPaddingException(String message)
message - The detail message.