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 org.infinispan.commons.CacheException
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 Details

    • IncorrectListenerException

      public IncorrectListenerException(String s)