Class ConnectingNodeMutableRequestException

All Implemented Interfaces:
Serializable

public class ConnectingNodeMutableRequestException extends MutableRequestException
Represents the exceptional case when a HTTP request that may change a node's dataflow is to be replicated while a node is connecting to the cluster.
See Also:
  • Constructor Details

    • ConnectingNodeMutableRequestException

      public ConnectingNodeMutableRequestException()
    • ConnectingNodeMutableRequestException

      public ConnectingNodeMutableRequestException(String msg)
    • ConnectingNodeMutableRequestException

      public ConnectingNodeMutableRequestException(Throwable cause)
    • ConnectingNodeMutableRequestException

      public ConnectingNodeMutableRequestException(String msg, Throwable cause)