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:
java.io.Serializable
public class CacheListenerException extends CacheException
Wraps exceptions produced by listener implementations.- Since:
- 6.0
- Author:
- Galder ZamarreƱo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheListenerException()
CacheListenerException(java.lang.String msg)
CacheListenerException(java.lang.String msg, java.lang.Throwable cause)
CacheListenerException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CacheListenerException
public CacheListenerException()
-
CacheListenerException
public CacheListenerException(java.lang.Throwable cause)
-
CacheListenerException
public CacheListenerException(java.lang.String msg)
-
CacheListenerException
public CacheListenerException(java.lang.String msg, java.lang.Throwable cause)
-
-