Package org.infinispan.tree
Class NodeNotValidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.tree.NodeNotValidException
-
- All Implemented Interfaces:
Serializable
public class NodeNotValidException extends CacheException
Thrown whenever operations are attempted on a node that is no longer valid. SeeNode.isValid()
for details.- Since:
- 4.0
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeNotValidException()
NodeNotValidException(String msg)
NodeNotValidException(String msg, Throwable cause)
NodeNotValidException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-