Package org.apache.bookkeeper.metastore
Class MSException.ServiceDownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.bookkeeper.metastore.MSException
-
- org.apache.bookkeeper.metastore.MSException.ServiceDownException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MSException
public static class MSException.ServiceDownException extends MSException
Service down exception.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bookkeeper.metastore.MSException
MSException.BadVersionException, MSException.Code, MSException.IllegalOpException, MSException.KeyExistsException, MSException.MSInterruptedException, MSException.NoEntriesException, MSException.NoKeyException, MSException.OperationFailureException, MSException.ServiceDownException
-
-
Constructor Summary
Constructors Constructor Description ServiceDownException(java.lang.String errMsg)
ServiceDownException(java.lang.String errMsg, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.bookkeeper.metastore.MSException
create, create, create, getCode
-
-