Class SlotAllocationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SlotOccupiedException

public class SlotAllocationException extends TaskManagerException
Exception indicating that the slot allocation on the task manager failed.
See Also:
  • Constructor Details

    • SlotAllocationException

      public SlotAllocationException(String message)
    • SlotAllocationException

      public SlotAllocationException(String message, Throwable cause)
    • SlotAllocationException

      public SlotAllocationException(Throwable cause)