Package edu.yu.marketmaker.exchange
Class ExchangeServiceAdvice
java.lang.Object
edu.yu.marketmaker.exchange.ExchangeServiceAdvice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ExchangeServiceAdvice
public ExchangeServiceAdvice()
-
-
Method Details
-
quoteNotFound
@ExceptionHandler(QuoteNotFoundException.class) @ResponseStatus(NOT_FOUND) public String quoteNotFound(QuoteNotFoundException ex) -
badOrder
@ExceptionHandler(OrderValidationException.class) @ResponseStatus(BAD_REQUEST) public String badOrder(OrderValidationException ex)
-