org.jboss.cache
Class NodeNotValidException

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.NodeNotValidException
All Implemented Interfaces:
Serializable

public class NodeNotValidException
extends CacheException

Thrown whenever operations are attempted on a node that is no longer valid. See Node.isValid() for details.

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

Constructor Summary
NodeNotValidException()
           
NodeNotValidException(String msg)
           
NodeNotValidException(String msg, Throwable cause)
           
NodeNotValidException(Throwable cause)
           
 
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

NodeNotValidException

public NodeNotValidException()

NodeNotValidException

public NodeNotValidException(Throwable cause)

NodeNotValidException

public NodeNotValidException(String msg)

NodeNotValidException

public NodeNotValidException(String msg,
                             Throwable cause)


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