Package org.infinispan.commons
Class CacheListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.commons.CacheListenerException
- All Implemented Interfaces:
Serializable
Wraps exceptions produced by listener implementations.
- Since:
- 6.0
- Author:
- Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorDescriptionCacheListenerException
(String msg, Throwable cause) CacheListenerException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheListenerException
public CacheListenerException() -
CacheListenerException
-
CacheListenerException
-
CacheListenerException
-