Class MetastoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.metastore.MetastoreException
All Implemented Interfaces:
Serializable

public class MetastoreException extends Exception
A marker for Metastore exceptions.
See Also:
  • Constructor Details

    • MetastoreException

      public MetastoreException(String message)
    • MetastoreException

      public MetastoreException(String message, Throwable t)
    • MetastoreException

      public MetastoreException(Throwable t)