Class IllegalNodeOffloadException

All Implemented Interfaces:
Serializable

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

    • IllegalNodeOffloadException

      public IllegalNodeOffloadException()
    • IllegalNodeOffloadException

      public IllegalNodeOffloadException(String msg)
    • IllegalNodeOffloadException

      public IllegalNodeOffloadException(Throwable cause)
    • IllegalNodeOffloadException

      public IllegalNodeOffloadException(String msg, Throwable cause)