class InsufficientBalanceException : FlowException
<init> |
InsufficientBalanceException(amountMissing: Amount<*>) |
amountMissing |
val amountMissing: Amount<*> |
cause |
open val cause: Throwable? |
message |
open val message: String? |
toString |
fun toString(): String |
rootCause |
val Throwable.rootCause: Throwable |