class UnacceptablePriceException : FlowException
UnacceptablePriceException(givenPrice: Amount<Currency>)
open val cause: Throwable?
open val message: String?