org.infinispan.notifications
Class IncorrectListenerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by 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 the Listenable.addListener(Object) API.

Since:
4.0
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
IncorrectListenerException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncorrectListenerException

public IncorrectListenerException(String s)

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.