public class IllegalBlockSizeException extends GeneralSecurityException
Constructor and Description |
---|
IllegalBlockSizeException()
Constructs an IllegalBlockSizeException with no detail message.
|
IllegalBlockSizeException(java.lang.String msg)
Constructs an IllegalBlockSizeException with the specified detail message.
|
public IllegalBlockSizeException()
public IllegalBlockSizeException(java.lang.String msg)
msg
- the detail message.