com.norconex.jef
Class JobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.jef.JobException
- All Implemented Interfaces:
- Serializable
public class JobException
- extends RuntimeException
Represents a job-related exception. Implementors are invited to
wrap exceptions they want explicitly handled by the framework in instances
of JobException
.
- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobException
public JobException(String arg0)
- See Also:
Exception.Exception(java.lang.String)
JobException
public JobException(Throwable arg0)
- See Also:
Exception.Exception(java.lang.Throwable)
JobException
public JobException(String arg0,
Throwable arg1)
- See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)
Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.