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