com.norconex.jef.exec
Class RerunnableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.norconex.jef.exec.RerunnableException
All Implemented Interfaces:
Serializable

public class RerunnableException
extends Exception

An exception throws by a executing Rerunner instance when the code executed itself threw an exception, or maximum retry attempts has been reached. In cases when the code being rerun threw one or more exception, this exception's cause will hold the last exception thrown by that code.

Author:
Pascal Essiembre
See Also:
Rerunner, Serialized Form

Constructor Summary
RerunnableException(String message)
           
RerunnableException(String message, Throwable cause)
           
RerunnableException(Throwable cause)
           
 
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

RerunnableException

public RerunnableException(String message)
See Also:
Exception.Exception(java.lang.String)

RerunnableException

public RerunnableException(Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)

RerunnableException

public RerunnableException(String message,
                           Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)


Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.