Uses of Class
org.apache.accumulo.shell.ShellCommandException.ErrorCode
-
Packages that use ShellCommandException.ErrorCode Package Description org.apache.accumulo.shell -
-
Uses of ShellCommandException.ErrorCode in org.apache.accumulo.shell
Methods in org.apache.accumulo.shell that return ShellCommandException.ErrorCode Modifier and Type Method Description static ShellCommandException.ErrorCodeShellCommandException.ErrorCode. valueOf(String name)Returns 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.ErrorCode Constructor Description ShellCommandException(ShellCommandException.ErrorCode code, String command)
-