Package org.bitcoinj.wallet
Class Wallet.BadWalletEncryptionKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitcoinj.wallet.Wallet.CompletionException
org.bitcoinj.wallet.Wallet.BadWalletEncryptionKeyException
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - Wallet
 
Thrown if the private keys and seed of this wallet cannot be decrypted due to the supplied encryption
 key or password being wrong.
- 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
- 
BadWalletEncryptionKeyException
 
 -