org.bouncycastle.crypto

Class MaxBytesExceededException

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
Constructor Summary
MaxBytesExceededException()
base constructor.
MaxBytesExceededException(String message)
create an with the given message.

Constructor Detail

MaxBytesExceededException

public MaxBytesExceededException()
base constructor.

MaxBytesExceededException

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

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