Package org.apache.bookkeeper.metastore
Class MSException.KeyExistsException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.apache.bookkeeper.metastore.MSException
 - 
- org.apache.bookkeeper.metastore.MSException.KeyExistsException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - MSException
 
public static class MSException.KeyExistsException extends MSException
Key Exists 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 KeyExistsException(java.lang.String errMsg)KeyExistsException(java.lang.String errMsg, java.lang.Throwable cause) 
- 
Method Summary
- 
Methods inherited from class org.apache.bookkeeper.metastore.MSException
create, create, create, getCode 
 - 
 
 -