Class DrillException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.common.exceptions.DrillException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BitComException
,ClassTransformationException
,DrillbitStartupException
,DrillConfigurationException
,ExecutionSetupException
,SchemaChangeException
,SetupException
,StoreException
,UserAuthenticationException
- See Also:
-
Constructor Summary
ConstructorDescriptionDrillException
(String message) DrillException
(String message, Throwable cause) DrillException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) DrillException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DrillException
public DrillException() -
DrillException
-
DrillException
-
DrillException
-
DrillException
-