ch.javasoft.job
Class ExitValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.javasoft.job.ExecException
ch.javasoft.job.ExitValueException
- All Implemented Interfaces:
- Serializable
public class ExitValueException
- extends ExecException
An exception which is thrown if the exit value was non 0 when executing a
ExecJob
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExitValueException
public ExitValueException(ExecJobMonitor execJobMonitor,
int value)
getExitValue
public int getExitValue()