Class WorkerControlStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.db.tables.remotequery.WorkerControlStartException
- All Implemented Interfaces:
Serializable
Thrown when a WorkerControl fails to start a Worker.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aWorkerControlStartException
with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkerControlStartException
Constructs aWorkerControlStartException
with the specified cause.- Parameters:
cause
- the underlying cause of the error.
-