Package org.apache.bookkeeper.metastore
Class MetastoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.bookkeeper.metastore.MetastoreException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetastoreException extends java.lang.Exception
A marker for Metastore exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetastoreException(java.lang.String message)
MetastoreException(java.lang.String message, java.lang.Throwable t)
MetastoreException(java.lang.Throwable t)
-