public interface ExceptionHandler
scheduled methods. You can
specify the ExceptionHandler to use for scheduling by putting the
OnError annotation on the scheduled method.OnError| Modifier and Type | Method and Description |
|---|---|
void |
onException(Exception e)
Call back for handling exceptions that occur in scheduled methods.
|
void onException(Exception e)
e - The exception.Copyright © 2014–2018. All rights reserved.