class InsufficientBalanceException : Exception
InsufficientBalanceException(amountMissing: Amount<*>)
val amountMissing: Amount<*>
fun toString(): String
val Throwable.rootCause: Throwable