java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.security.GeneralSecurityException | |||
↳ | javax.crypto.BadPaddingException |
Known Direct Subclasses |
The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
BadPaddingException with a message.
| |||||||||||
Creates a new instance of
BadPaddingException with no message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Creates a new instance of BadPaddingException
with a message.
msg | the message |
---|
Creates a new instance of BadPaddingException
with no message.