Uses of Class
org.apache.bookkeeper.metastore.MSException.Code
-
Packages that use MSException.Code Package Description org.apache.bookkeeper.metastore MetaStore-related classes. -
-
Uses of MSException.Code in org.apache.bookkeeper.metastore
Fields in org.apache.bookkeeper.metastore declared as MSException.Code Modifier and Type Field Description (package private) MSException.Code
InMemoryMetastoreTable.Result. code
Methods in org.apache.bookkeeper.metastore that return MSException.Code Modifier and Type Method Description static MSException.Code
MSException.Code. get(int code)
Get the Code value for a particular integer error code.MSException.Code
MSException. getCode()
static MSException.Code
MSException.Code. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MSException.Code[]
MSException.Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.metastore with parameters of type MSException.Code Modifier and Type Method Description static MSException
MSException. create(MSException.Code code)
static MSException
MSException. create(MSException.Code code, java.lang.String errMsg)
static MSException
MSException. create(MSException.Code code, java.lang.String errMsg, java.lang.Throwable cause)
Constructors in org.apache.bookkeeper.metastore with parameters of type MSException.Code Constructor Description MSException(MSException.Code code, java.lang.String errMsg)
MSException(MSException.Code code, java.lang.String errMsg, java.lang.Throwable cause)
Result(MSException.Code code, T value)
-