com.norconex.jef.exec
Class RerunnableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.