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:
- Serialized Form
-
Method Summary
Modifier and Type Method Description String
getProcessInfoId()
Get the processInfoId of the failed worker start, or null if not available.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
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
-