Class IcebergMetastoreException

All Implemented Interfaces:
Serializable

public class IcebergMetastoreException extends MetastoreException
Specific Iceberg Drill Metastore runtime exception to indicate exceptions thrown during Iceberg Drill Metastore code execution.
See Also:
  • Constructor Details

    • IcebergMetastoreException

      public IcebergMetastoreException(String message, Throwable cause)
    • IcebergMetastoreException

      public IcebergMetastoreException(String message)