public class RemoteProcessFailedException extends RuntimeException
Constructor and Description |
---|
RemoteProcessFailedException(int ec,
CSProcess proc)
Constructs a new exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Returns the error code of the remote JVM.
|
CSProcess |
getFailedProcess()
Returns the process that was running when the error occurred.
|
String |
toString()
Returns a string description of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RemoteProcessFailedException(int ec, CSProcess proc)
ec
- the exit code from the remote JVM.proc
- the process that was running.Copyright © 1996–2015. All rights reserved.