Class MetastoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.metastore.exceptions.MetastoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IcebergMetastoreException
,MongoMetastoreException
,RdbmsMetastoreException
Drill Metastore runtime exception to indicate that exception was caused by
Drill Metastore. Drill Metastore implementations can use or extend it to
throw Metastore specific exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionMetastoreException
(String message) MetastoreException
(String message, 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
-
MetastoreException
-
MetastoreException
-