Class IllegalNodeDeletionException

All Implemented Interfaces:
Serializable

public class IllegalNodeDeletionException extends IllegalClusterStateException
Represents the exceptional case when a deletion request is issued to a node that cannot be deleted (e.g., the node is not disconnected).
See Also:
  • Constructor Details

    • IllegalNodeDeletionException

      public IllegalNodeDeletionException()
    • IllegalNodeDeletionException

      public IllegalNodeDeletionException(String msg)
    • IllegalNodeDeletionException

      public IllegalNodeDeletionException(Throwable cause)
    • IllegalNodeDeletionException

      public IllegalNodeDeletionException(String msg, Throwable cause)