com.norconex.jef
Class JobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
JobException(String arg0)
           
JobException(String arg0, Throwable arg1)
           
JobException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.