org.jboss.cache.notifications
Class IncorrectCacheListenerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.notifications.IncorrectCacheListenerException
All Implemented Interfaces:
Serializable

public class IncorrectCacheListenerException
extends CacheException

Thrown when an incorrectly annotated class is added as a cache listener using the Cache.addCacheListener(Object) API.

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

Constructor Summary
IncorrectCacheListenerException(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

IncorrectCacheListenerException

public IncorrectCacheListenerException(String s)


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