Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.