IllegalBlockSizeExceptionpublic class IllegalBlockSizeException extends GeneralSecurityException The exception, that is thrown when the data length provided to a block cipher
does not match the block size of the cipher. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public IllegalBlockSizeException(String msg)Creates a new {@code IllegalBlockSizeException} with the specified
message.
super(msg);
| public IllegalBlockSizeException()Creates a new {@code IllegalBlockSizeException}.
|
|