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

public class MetastoreException extends RuntimeException
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 Details

    • MetastoreException

      public MetastoreException(String message, Throwable cause)
    • MetastoreException

      public MetastoreException(String message)