Uses of Enum Class
net.bluemind.core.api.fault.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in net.bluemind.core.api.fault
Methods in net.bluemind.core.api.fault that return ErrorCodeModifier and TypeMethodDescriptionServerFault.getCode()
static ErrorCode
Returns the enum constant of this class with the specified name.static ErrorCode[]
ErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.core.api.fault with parameters of type ErrorCodeModifier and TypeMethodDescriptionstatic ServerFault
static <R> R
ServerFault.onException
(ServerFault.Operation<R> op, ErrorCode ec) static void
ServerFault.onExceptionVoid
(ServerFault.VoidOperation op, ErrorCode ec) void
Constructors in net.bluemind.core.api.fault with parameters of type ErrorCodeModifierConstructorDescriptionServerFault
(String s, ErrorCode ec) ServerFault
(String s, ErrorCode ec, Throwable t) ValidationException
(String message, ErrorCode errorCode) -
Uses of ErrorCode in net.bluemind.core.container.model
Fields in net.bluemind.core.container.model declared as ErrorCodeMethods in net.bluemind.core.container.model with parameters of type ErrorCodeModifier and TypeMethodDescription -
Uses of ErrorCode in net.bluemind.dataprotect.api
Fields in net.bluemind.dataprotect.api declared as ErrorCodeMethods in net.bluemind.dataprotect.api with parameters of type ErrorCode