Package org.cdlib.mrt.zk
Class MerrittZKNodeInvalid
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cdlib.mrt.zk.MerrittZKNodeInvalid
- All Implemented Interfaces:
Serializable
Exception thown when attempting to modify the data payload for a ZooKeeper node.
This exception is thrown when modifying a node that does not exist or modifying a node with an incompatible data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MerrittZKNodeInvalid
-