Class InvalidWorkerActionException

All Implemented Interfaces:
Serializable

public class InvalidWorkerActionException extends IllegalArgumentException
Exception thrown when a worker tries to perform an invalid or not allowed action.
See Also:
  • Constructor Details

    • InvalidWorkerActionException

      public InvalidWorkerActionException(String message)
      Parameters:
      message - The message of the exception.