Class WorkerStartException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.db.tables.remotequery.WorkerStartException
All Implemented Interfaces:
Serializable

public class WorkerStartException extends RuntimeException
Exception returned to the client when a worker fails to start. The exception is annotated with the ProcessInfoId of the worker so that it is easier to find the worker's logs.
See Also:
  • Method Details

    • getProcessInfoId

      public String getProcessInfoId()
      Get the processInfoId of the failed worker start, or null if not available.
      Returns:
      the processInfoId of the worker that failed to start, if available