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