Class NetStat.HostExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.terracotta.utilities.test.net.NetStat.HostExecutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NetStat
Thrown to indicate the failure of a host command used in construction of TCP connection status information.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHostExecutionException(String message, Throwable cause) HostExecutionException(String command, Shell.Result result) HostExecutionException(String command, Shell.Result result, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
result
-
-
Constructor Details
-
HostExecutionException
-
HostExecutionException
-
HostExecutionException
-
-
Method Details
-
message
-
exitCode
public int exitCode() -
output
-