Class MaxBytesExceededException

All Implemented Interfaces:
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:
  • Constructor Details

    • 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.