Class IllegalClusterStateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalNodeDeletionException, IllegalNodeDisconnectionException, IllegalNodeOffloadException, IllegalNodeReconnectionException, MutableRequestException

public class IllegalClusterStateException extends ClusterException
Signals that an operation to be performed on a cluster has been invoked at an illegal or inappropriate time.
See Also:
  • Constructor Details

    • IllegalClusterStateException

      public IllegalClusterStateException()
    • IllegalClusterStateException

      public IllegalClusterStateException(String msg)
    • IllegalClusterStateException

      public IllegalClusterStateException(Throwable cause)
    • IllegalClusterStateException

      public IllegalClusterStateException(String msg, Throwable cause)