java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.security.GeneralSecurityException | |||
↳ | javax.crypto.BadPaddingException |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new instance of BadPaddingException
with a message.
msg | the message |
---|
Creates a new instance of BadPaddingException
with no message.