Class SpringBusExceptionHandler
java.lang.Object
org.frankframework.console.configuration.SpringBusExceptionHandler
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<?> toResponse(org.springframework.messaging.MessageHandlingException mhe)  
- 
Constructor Details
- 
SpringBusExceptionHandler
public SpringBusExceptionHandler() 
 - 
 - 
Method Details
- 
toResponse
@ExceptionHandler(BusException.class) public org.springframework.http.ResponseEntity<?> toResponse(BusException be)  - 
toResponse
@ExceptionHandler(org.springframework.messaging.MessageHandlingException.class) public org.springframework.http.ResponseEntity<?> toResponse(org.springframework.messaging.MessageHandlingException mhe)  
 -