Class CacheBackpressureFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.commons.util.concurrent.CacheBackpressureFullException
-
- All Implemented Interfaces:
Serializable
public class CacheBackpressureFullException extends CacheException
ACacheException
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
-
-
Constructor Summary
Constructors Constructor Description CacheBackpressureFullException()
-