org.jboss.cache
Class NodeNotExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.cache.CacheException
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 6776 2008-09-22 17:35:46Z manik.surtani@jboss.com $
- Author:
- Bela Ban.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NodeNotExistsException
public NodeNotExistsException()
NodeNotExistsException
public NodeNotExistsException(String msg)
NodeNotExistsException
public NodeNotExistsException(String msg,
Throwable cause)
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.