Class CacheBackpressureFullException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CacheBackpressureFullException
    extends CacheException
    A CacheException that is thrown when the backpressure has been filled an unable to process the request. This can be thrown during periods where too much concurrency was requested or the load from an external source is too high. This can be remedied by reducing the load or increasing the backpressure handling (usually buffering of some sort).
    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

      • CacheBackpressureFullException

        public CacheBackpressureFullException()