Class ForemanSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.common.exceptions.DrillException
org.apache.drill.common.exceptions.ExecutionSetupException
org.apache.drill.exec.work.foreman.ForemanException
org.apache.drill.exec.work.foreman.ForemanSetupException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OptimizerException
,QueryInputException
,SqlUnsupportedException
- See Also:
-
Constructor Summary
ConstructorDescriptionForemanSetupException
(String message) ForemanSetupException
(String message, Throwable cause) ForemanSetupException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ForemanSetupException
(Throwable cause) -
Method Summary
Methods inherited from class org.apache.drill.common.exceptions.ExecutionSetupException
fromThrowable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForemanSetupException
public ForemanSetupException() -
ForemanSetupException
-
ForemanSetupException
-
ForemanSetupException
-
ForemanSetupException
-