Uses of Class
org.apache.bookkeeper.meta.exceptions.Code
-
Packages that use Code Package Description org.apache.bookkeeper.meta.exceptions Exceptions for metadata service. -
-
Uses of Code in org.apache.bookkeeper.meta.exceptions
Methods in org.apache.bookkeeper.meta.exceptions that return Code Modifier and Type Method Description Code
MetadataException. getCode()
static Code
Code. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Code[]
Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.bookkeeper.meta.exceptions with parameters of type Code Constructor Description MetadataException(Code code, java.lang.String message)
MetadataException(Code code, java.lang.String message, java.lang.Throwable cause)
MetadataException(Code code, java.lang.Throwable cause)
-