Package org.bitcoinj.wallet
Class Wallet.CompletionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bitcoinj.wallet.Wallet.CompletionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Wallet.BadWalletEncryptionKeyException,Wallet.CouldNotAdjustDownwards,Wallet.DustySendRequested,Wallet.ExceededMaxTransactionSize,Wallet.MultipleOpReturnRequested
- Enclosing class:
- Wallet
public static class Wallet.CompletionException extends java.lang.RuntimeExceptionClass of exceptions thrown inWallet.completeTx(SendRequest).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompletionException()CompletionException(java.lang.Throwable throwable)
-