Class SessionBufferOverflowException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SessionBufferOverflowException
    extends java.lang.RuntimeException
    Indicates that the secure session cannot be performed atomically because the session buffer capacity is not sufficient to handle all the prepared write commands.
    Since:
    1.2.0
    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

      • SessionBufferOverflowException

        public SessionBufferOverflowException​(java.lang.String message)
        Parameters:
        message - The message to identify the exception context.
        Since:
        1.2.0