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
public class WorkerControlStartException extends RuntimeException
Thrown when a WorkerControl fails to start a Worker.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description WorkerControlStartException(Throwable cause)Constructs aWorkerControlStartExceptionwith the specified cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
WorkerControlStartExceptionConstructs aWorkerControlStartExceptionwith the specified cause.- Parameters:
- cause- the underlying cause of the error.
 
 
-