Package org.infinispan.tree
Class NodeNotExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.tree.NodeNotExistsException
-
- All Implemented Interfaces:
Serializable
public class NodeNotExistsException extends CacheException
Thrown when an operation is attempted on a non-existing node in the cache- Since:
- 4.0
- Author:
- Bela Ban.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeNotExistsException()
NodeNotExistsException(String msg)
NodeNotExistsException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-