UnknownExchangeRateException constructor

UnknownExchangeRateException(
  1. CurrencyIsoCode from,
  2. CurrencyIsoCode to
)

Thrown if no exchange rate exists between from and to

Implementation

UnknownExchangeRateException(this.from, this.to);