Class RingBufferFullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.logstash.logback.appender.RingBufferFullException
All Implemented Interfaces:
Serializable

public class RingBufferFullException extends Exception
Indicates that a ring buffer is full, and therefore cannot enqueue new items.
See Also:
  • Constructor Details

    • RingBufferFullException

      public RingBufferFullException()