Uses of Class
org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode

Packages that use ShellCommandException.ErrorCode
org.apache.accumulo.core.util.shell   
 

Uses of ShellCommandException.ErrorCode in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return ShellCommandException.ErrorCode
static ShellCommandException.ErrorCode ShellCommandException.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.core.util.shell with parameters of type ShellCommandException.ErrorCode
ShellCommandException(ShellCommandException.ErrorCode code)
           
ShellCommandException(ShellCommandException.ErrorCode code, String command)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.