Class PendingWriteQueueLimitExceededException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class PendingWriteQueueLimitExceededException
    extends java.io.IOException
    Thrown when an attempt is made to add a record that exceeds the configured maximum queue size.
    Since:
    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

      • PendingWriteQueueLimitExceededException

        public PendingWriteQueueLimitExceededException()
      • PendingWriteQueueLimitExceededException

        public PendingWriteQueueLimitExceededException​(java.lang.String message)