java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.IllegalBlockSizeException
public class IllegalBlockSizeException
     如果提供给块密码的数据长度不正确(即与密码的块大小不匹配),则抛出此异常。
| 构造方法摘要 | |
|---|---|
IllegalBlockSizeException() 构造不带详细信息的 IllegalBlockSizeException。  |  
    |
IllegalBlockSizeException(String msg) 构造带指定详细信息的 IllegalBlockSizeException。  |  
    |
| 方法摘要 | 
|---|
| 从类 java.lang.Throwable 继承的方法 | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |  
    
| 从类 java.lang.Object 继承的方法 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |  
    
| 构造方法详细信息 | 
|---|
public IllegalBlockSizeException()
public IllegalBlockSizeException(String msg)
msg - 详细消息。