Class WorkerNotFoundException

All Implemented Interfaces:
Serializable

public class WorkerNotFoundException extends ProcessingException
Worker not found exception throws by engine
See Also:
  • Constructor Details

    • WorkerNotFoundException

      public WorkerNotFoundException(String message, Throwable cause)
      Parameters:
      message - to be set
      cause - to be set
    • WorkerNotFoundException

      public WorkerNotFoundException(String message)
      Parameters:
      message - to be set