Package org.bitcoinj.wallet
Class Wallet.MultipleOpReturnRequested
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitcoinj.wallet.Wallet.TransactionCompletionException
org.bitcoinj.wallet.Wallet.MultipleOpReturnRequested
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - Wallet
 
Thrown if there is more than one OP_RETURN output for the resultant transaction.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MultipleOpReturnRequested
public MultipleOpReturnRequested() 
 -