Class SlotManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
All Implemented Interfaces:
Serializable

public class SlotManagerException extends ResourceManagerException
Base class for exceptions thrown by the SlotManager.
See Also:
  • Constructor Details

    • SlotManagerException

      public SlotManagerException(String message)
    • SlotManagerException

      public SlotManagerException(String message, Throwable cause)
    • SlotManagerException

      public SlotManagerException(Throwable cause)