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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContainerFullException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContainerFullException
public ContainerFullException(String msg)
-
-