Class WorkerNotFoundException

All Implemented Interfaces:
Serializable

public class WorkerNotFoundException extends IllegalArgumentException
Exception thrown when a worker is not found.
See Also:
  • Constructor Details

    • WorkerNotFoundException

      public WorkerNotFoundException()
      Default constructor, it sets the message to "Worker not found.".
    • WorkerNotFoundException

      public WorkerNotFoundException(String message)
      Constructor for the WorkerNotFoundException
      Parameters:
      message - The message of the exception.