Class ForemanException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForemanSetupException
,FragmentSetupException
- See Also:
-
Constructor Summary
ConstructorDescriptionForemanException
(String message) ForemanException
(String message, Throwable cause) ForemanException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ForemanException
(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
-
ForemanException
public ForemanException() -
ForemanException
-
ForemanException
-
ForemanException
-
ForemanException
-