org.jboss.cache
Class NodeNotExistsException

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

public class NodeNotExistsException
extends CacheException

Thrown when an operation is attempted on a non-existing node in the cache

Version:
$Id: NodeNotExistsException.java 4252 2007-08-14 22:38:44Z jason.greene@jboss.com $
Author:
Bela Ban.
See Also:
Serialized Form

Constructor Summary
NodeNotExistsException()
           
NodeNotExistsException(String msg)
           
NodeNotExistsException(String msg, 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

NodeNotExistsException

public NodeNotExistsException()

NodeNotExistsException

public NodeNotExistsException(String msg)

NodeNotExistsException

public NodeNotExistsException(String msg,
                              Throwable cause)


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