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:
 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
ConstructorsConstructorDescriptionCompletionException(String message) CompletionException(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
- 
CompletionException
public CompletionException() - 
CompletionException
 - 
CompletionException
 
 -