org.apache.accumulo.core.util.shell
Class ShellCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.accumulo.core.util.shell.ShellCommandException
All Implemented Interfaces:
Serializable

public class ShellCommandException
extends Exception

See Also:
Serialized Form

Nested Class Summary
static class ShellCommandException.ErrorCode
           
 
Constructor Summary
ShellCommandException(ShellCommandException.ErrorCode code)
           
ShellCommandException(ShellCommandException.ErrorCode code, String command)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShellCommandException

public ShellCommandException(ShellCommandException.ErrorCode code)

ShellCommandException

public ShellCommandException(ShellCommandException.ErrorCode code,
                             String command)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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