Class WorkerExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.gouv.vitam.worker.client.exception.WorkerExecutorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WorkerUnreachableException

public class WorkerExecutorException extends RuntimeException
See Also:
  • Constructor Details

    • WorkerExecutorException

      public WorkerExecutorException(String workerId, String message)
    • WorkerExecutorException

      public WorkerExecutorException(String workerId, Throwable cause)
    • WorkerExecutorException

      public WorkerExecutorException(String workerId, String messsage, Throwable cause)
  • Method Details

    • getWorkerId

      public String getWorkerId()