javax.crypto
Class IllegalBlockSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.IllegalBlockSizeException
- All Implemented Interfaces:
- Serializable
public class IllegalBlockSizeException
- extends GeneralSecurityException
This exception is thrown when finishing encryption without padding or
decryption and the input is not a multiple of the cipher's block
size.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalBlockSizeException
public IllegalBlockSizeException()
IllegalBlockSizeException
public IllegalBlockSizeException(String message)