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