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