Package org.apache.bookkeeper.metastore
Class MSException.NoEntriesException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.bookkeeper.metastore.MSException
- 
- org.apache.bookkeeper.metastore.MSException.NoEntriesException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- MSException
 
 public static class MSException.NoEntriesException extends MSException Exception would be thrown in a cursor if no entries found.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.bookkeeper.metastore.MSExceptionMSException.BadVersionException, MSException.Code, MSException.IllegalOpException, MSException.KeyExistsException, MSException.MSInterruptedException, MSException.NoEntriesException, MSException.NoKeyException, MSException.OperationFailureException, MSException.ServiceDownException
 
- 
 - 
Constructor SummaryConstructors Constructor Description NoEntriesException(java.lang.String errMsg)NoEntriesException(java.lang.String errMsg, java.lang.Throwable cause)
 - 
Method Summary- 
Methods inherited from class org.apache.bookkeeper.metastore.MSExceptioncreate, create, create, getCode
 
- 
 
-