Package org.bitcoinj.wallet
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
Class of exceptions thrown in
Wallet.completeTx(SendRequest)
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionCompletionException
(String message) TransactionCompletionException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionCompletionException
public TransactionCompletionException() -
TransactionCompletionException
-
TransactionCompletionException
-