Bouncy Castle Cryptography Library 1.37

org.bouncycastle.crypto
Class MaxBytesExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.bouncycastle.crypto.RuntimeCryptoException
                  extended by 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
MaxBytesExceededException()
          base constructor.
MaxBytesExceededException(java.lang.String message)
          create an with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxBytesExceededException

public MaxBytesExceededException()
base constructor.


MaxBytesExceededException

public MaxBytesExceededException(java.lang.String message)
create an with the given message.

Parameters:
message - the message to be carried with the exception.

Bouncy Castle Cryptography Library 1.37