ch.javasoft.job
Class ExecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.javasoft.job.ExecException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExitValueException, StdErrNonEmptyException
public class ExecException
- extends Exception
ExecException is the superclass for all non-user-defined
exceptions being thrown while executing a ExecJob. Typical exec
exceptions (or extensions) are non-zero exit values of a process
(see ExitValueException) and output to the error stream by the
process (see StdErrNonEmptyException.
User defined exceptions are thrown by the Job.run() method which is
job specific and implemented by the user.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExecException
public ExecException()
ExecException
public ExecException(String message,
Throwable cause)
ExecException
public ExecException(String message)
ExecException
public ExecException(Throwable cause)