corda / net.corda.core.contracts / InsufficientBalanceException

InsufficientBalanceException

class InsufficientBalanceException : FlowException

Thrown if a request is made to spend an amount of a FungibleAsset but there aren't enough tokens in the vault.

Constructors

<init>

Thrown if a request is made to spend an amount of a FungibleAsset but there aren't enough tokens in the vault.

InsufficientBalanceException(amountMissing: Amount<*>)

Properties

amountMissing

An Amount that specifies how many tokens were missing.

val amountMissing: Amount<*>