Uses of Enum
org.apache.accumulo.shell.ShellCommandException.ErrorCode
Packages that use ShellCommandException.ErrorCode
-
Uses of ShellCommandException.ErrorCode in org.apache.accumulo.shell
Methods in org.apache.accumulo.shell that return ShellCommandException.ErrorCodeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ShellCommandException.ErrorCode[]ShellCommandException.ErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.accumulo.shell with parameters of type ShellCommandException.ErrorCodeModifierConstructorDescriptionShellCommandException(ShellCommandException.ErrorCode code, String command)