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
public class MerrittZKNodeInvalid extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MerrittZKNodeInvalid(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MerrittZKNodeInvalid
public MerrittZKNodeInvalid(String message)
-
-