Annotation Interface MessageExceptionHandler
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@Reflective(MessageMappingReflectiveProcessor.class)
public @interface MessageExceptionHandler
Annotation for handling exceptions thrown from message-handling methods within a
 specific handler class.
- Since:
- 4.0
- Author:
- Rossen Stoyanchev
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueExceptions handled by the annotated method. If empty, will default to any exceptions listed in the method argument list.- Default:
- {}
 
 
-