public class SimpleAsyncUncaughtExceptionHandler extends Object implements AsyncUncaughtExceptionHandler
AsyncUncaughtExceptionHandler that simply logs the exception.| Constructor and Description | 
|---|
SimpleAsyncUncaughtExceptionHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleUncaughtException(Throwable ex,
                       Method method,
                       Object... params)
Handle the given uncaught exception thrown from an asynchronous method. 
 | 
public void handleUncaughtException(Throwable ex, Method method, Object... params)
AsyncUncaughtExceptionHandlerhandleUncaughtException in interface AsyncUncaughtExceptionHandlerex - the exception thrown from the asynchronous methodmethod - the asynchronous methodparams - the parameters used to invoked the method