public class IllegalBlockSizeException extends GeneralSecurityException
Constructor and Description |
---|
IllegalBlockSizeException()
构造一个没有详细消息的IllegalBlockSizeException。
|
IllegalBlockSizeException(String msg)
构造具有指定详细消息的IllegalBlockSizeException。
|
addSuppressed,
fillInStackTrace, getCause, getLocalizedMessage,
getMessage, getStackTrace, getSuppressed, initCause,
printStackTrace, printStackTrace,
printStackTrace,
setStackTrace,
toString
public IllegalBlockSizeException()
public IllegalBlockSizeException(String msg)
msg
- 详细信息。