Class MSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.metastore.MSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MSException.BadVersionException, MSException.IllegalOpException, MSException.KeyExistsException, MSException.MSInterruptedException, MSException.NoEntriesException, MSException.NoKeyException, MSException.OperationFailureException, MSException.ServiceDownException

public abstract class MSException extends Exception
Marker for metastore exceptions.
See Also: