@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, waitacceptandThenpublic void handle(@Nullable Object bean, @Nonnull Throwable throwable)
BeanExceptionHandlerhandle in interface BeanExceptionHandler<Object,Throwable>bean - The beanthrowable - The error