Package org.apache.bookkeeper.metastore
Class MSException.BadVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.metastore.MSException
org.apache.bookkeeper.metastore.MSException.BadVersionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MSException
A BadVersion exception.
- See Also:
-
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
ConstructorsConstructorDescriptionBadVersionException(String errMsg) BadVersionException(String errMsg, Throwable cause) -
Method Summary
Methods inherited from class org.apache.bookkeeper.metastore.MSException
create, create, create, getCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadVersionException
-
BadVersionException
-