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.RuntimeException
Class of exceptions thrown inWallet.completeTx(SendRequest)
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompletionException()
CompletionException(java.lang.String message)
CompletionException(java.lang.Throwable throwable)
-