Package org.bouncycastle.crypto
Class MaxBytesExceededException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.bouncycastle.crypto.RuntimeCryptoException
 - 
- org.bouncycastle.crypto.MaxBytesExceededException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class MaxBytesExceededException extends RuntimeCryptoException
this exception is thrown whenever a cipher requires a change of key, iv or similar after x amount of bytes enciphered- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MaxBytesExceededException()base constructor.MaxBytesExceededException(java.lang.String message)create an with the given message. 
 -