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:
java.io.Serializable

public class ShellCommandException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ShellCommandException(org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode code)
           
ShellCommandException(org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode code, java.lang.String command)
           
 
Method Summary
 java.lang.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(org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode code)

ShellCommandException

public ShellCommandException(org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode code,
                             java.lang.String command)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


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