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
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 Summary
Modifier and TypeMethodDescriptionGet 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
-