org.oddjob.framework
Class JobDestroyedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oddjob.framework.JobDestroyedException
- All Implemented Interfaces:
- Serializable
public class JobDestroyedException
- extends RuntimeException
Thrown when an action is attempted on a job that has
been destroyed.
- See Also:
- Serialized Form
- Author:
- rob
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobDestroyedException
public JobDestroyedException(Object job)
- Creates the exception for the destroyed job.
- Parameters:
job
- The job