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:
java.io.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(java.lang.String msg)
NodeNotExistsException(java.lang.String msg, java.lang.Throwable cause)
-