Package org.infinispan.notifications
Class IncorrectListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.notifications.IncorrectListenerException
- All Implemented Interfaces:
Serializable
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object)
API.- Since:
- 4.0
- Author:
- Manik Surtani
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectListenerException
-