Class Wallet.TransactionCompletionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitcoinj.wallet.Wallet.TransactionCompletionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Wallet.BadWalletEncryptionKeyException, Wallet.CouldNotAdjustDownwards, Wallet.DustySendRequested, Wallet.ExceededMaxTransactionSize, Wallet.MultipleOpReturnRequested
Enclosing class:
Wallet

public static class Wallet.TransactionCompletionException extends RuntimeException
Class of exceptions thrown in Wallet.completeTx(SendRequest).
See Also:
  • Constructor Details

    • TransactionCompletionException

      public TransactionCompletionException()
    • TransactionCompletionException

      public TransactionCompletionException(Throwable throwable)
    • TransactionCompletionException

      public TransactionCompletionException(String message)