@Singleton @Primary public class DefaultTaskExceptionHandler extends Object implements TaskExceptionHandler<Object,Throwable>
Constructor and Description |
---|
DefaultTaskExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(Object bean,
Throwable throwable)
Handles the exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
andThen
public void handle(@Nullable Object bean, @Nonnull Throwable throwable)
BeanExceptionHandler
handle
in interface BeanExceptionHandler<Object,Throwable>
bean
- The beanthrowable
- The error