Uses of Enum Class
org.apache.bookkeeper.meta.exceptions.Code
Packages that use Code
-
Uses of Code in org.apache.bookkeeper.meta.exceptions
Methods in org.apache.bookkeeper.meta.exceptions that return CodeModifier and TypeMethodDescriptionMetadataException.getCode()static CodeReturns the enum constant of this class with the specified name.static Code[]Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.bookkeeper.meta.exceptions with parameters of type CodeModifierConstructorDescriptionMetadataException(Code code, String message) MetadataException(Code code, String message, Throwable cause) MetadataException(Code code, Throwable cause)