org.apache.accumulo.core.util.shell
public class ShellCommandException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
ShellCommandException.ErrorCode |
Constructor and Description |
---|
ShellCommandException(ShellCommandException.ErrorCode code) |
ShellCommandException(ShellCommandException.ErrorCode code,
String command) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ShellCommandException(ShellCommandException.ErrorCode code)
public ShellCommandException(ShellCommandException.ErrorCode code, String command)
public String getMessage()
getMessage
in class Throwable
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.