Uses of Enum Class
org.apache.bookkeeper.metastore.MSException.Code
Packages that use MSException.Code
-
Uses of MSException.Code in org.apache.bookkeeper.metastore
Fields in org.apache.bookkeeper.metastore declared as MSException.CodeModifier and TypeFieldDescription(package private) MSException.CodeInMemoryMetastoreTable.Result.codeMethods in org.apache.bookkeeper.metastore that return MSException.CodeModifier and TypeMethodDescriptionstatic MSException.CodeMSException.Code.get(int code) Get the Code value for a particular integer error code.MSException.getCode()static MSException.CodeReturns the enum constant of this class with the specified name.static MSException.Code[]MSException.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.metastore with parameters of type MSException.CodeModifier and TypeMethodDescriptionstatic MSExceptionMSException.create(MSException.Code code) static MSExceptionMSException.create(MSException.Code code, String errMsg) static MSExceptionMSException.create(MSException.Code code, String errMsg, Throwable cause) Constructors in org.apache.bookkeeper.metastore with parameters of type MSException.CodeModifierConstructorDescription(package private)MSException(MSException.Code code, String errMsg) (package private)MSException(MSException.Code code, String errMsg, Throwable cause) Result(MSException.Code code, T value)