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:
Serializable
this exception is thrown whenever a cipher requires a change of key, iv
or similar after x amount of bytes enciphered
- See Also:
-
Constructor Summary
ConstructorDescriptionbase constructor.MaxBytesExceededException
(String message) create an with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxBytesExceededException
public MaxBytesExceededException()base constructor. -
MaxBytesExceededException
create an with the given message.- Parameters:
message
- the message to be carried with the exception.
-