Package org.infinispan.interceptors.impl
Class ContainerFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.interceptors.impl.ContainerFullException
- All Implemented Interfaces:
Serializable
public class ContainerFullException
extends org.infinispan.commons.CacheException
Exception that is thrown when exception based eviction is enabled and the cache is full
- Since:
- 9.0
- Author:
- wburns
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContainerFullException
-