TimeLockNativeFundingException

A time-lock vault holds too little native coin (its ungrouped native plus the dust riding on its own token UTXOs) to cover the relay fee for a claim. Subclasses WalletNotEnoughBalanceException so generic not-enough-balance handlers still catch it, while letting callers distinguish a native-poor vault from an ordinary under-funded send.

Constructors

Link copied to clipboard
constructor(msg: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

Numerical problem identifier -- it is recommended that this be the string resource id for the shortMsg on platforms that support resources.

Link copied to clipboard
expect open val message: String?
Link copied to clipboard

Indicates how the error should be logged and handled.

Link copied to clipboard

The exception "title". Useful for displaying in a the title bar