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
public class IncorrectListenerException extends CacheException
Thrown when an incorrectly annotated class is added as a cache listener using theListenable.addListener(Object)
API.- Since:
- 4.0
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectListenerException(String s)
-
-
-
Constructor Detail
-
IncorrectListenerException
public IncorrectListenerException(String s)
-
-