Class MongoMetastoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.metastore.exceptions.MetastoreException
org.apache.drill.metastore.mongo.exception.MongoMetastoreException
- All Implemented Interfaces:
Serializable
Specific Mongo Drill Metastore runtime exception to indicate exceptions thrown
during Mongo Drill Metastore code execution.
- See Also:
-
Constructor Summary
ConstructorDescriptionMongoMetastoreException
(String message) MongoMetastoreException
(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
-
MongoMetastoreException
-
MongoMetastoreException
-