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:
  • Constructor Details

    • WorkerControlStartException

      public WorkerControlStartException(Throwable cause)
      Constructs a WorkerControlStartException with the specified cause.
      Parameters:
      cause - the underlying cause of the error.