public class ProcessLaunchException extends Exception
| Constructor and Description |
|---|
ProcessLaunchException(Exception e,
ByteArrayOutputStream errorStream,
String host,
String command) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
ByteArrayOutputStream |
getErrorStream() |
String |
getHost() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessLaunchException(Exception e, ByteArrayOutputStream errorStream, String host, String command)
public String getHost()
public String getCommand()
public ByteArrayOutputStream getErrorStream()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.