Serialized Form
-
Package org.apache.commons.exec
-
Exception org.apache.commons.exec.ExecuteException
class ExecuteException extends IOException implements Serializable- serialVersionUID:
- 3256443620654331699L
-
Serialized Fields
-
cause
Throwable cause
The underlying cause of this exception. -
exitValue
int exitValue
The exit value returned by the failed process
-
-