| |
|
| java.lang.Object org.springframework.scheduling.support.DelegatingExceptionProofRunnable
DelegatingExceptionProofRunnable | public class DelegatingExceptionProofRunnable implements Runnable(Code) | | Runnable wrapper that catches any exception or error thrown
from its delegate Runnable. Used for continuing scheduled
execution even after an exception thrown from a task's Runnable.
author: Juergen Hoeller since: 2.0.5 |
DelegatingExceptionProofRunnable | public DelegatingExceptionProofRunnable(Runnable delegate)(Code) | | Create a new DelegatingExceptionProofRunnable.
Parameters: delegate - the Runnable implementation to delegate to |
|
|
|