Class 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 Detail

      • MerrittZKNodeInvalid

        public MerrittZKNodeInvalid​(String message)