Constructs an IllegalBlockSizeException with no detail message.
(A detail message is a String that describes this particular
exception.)
IllegalBlockSizeException
public IllegalBlockSizeException(String msg)(Code)
Constructs an IllegalBlockSizeException with the specified
detail message. (A detail message is a String that describes
this particular exception.)
Parameters: msg - the detail message.