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:
  • Constructor Details

    • MerrittZKNodeInvalid

      public MerrittZKNodeInvalid(String message)