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:
java.io.Serializable
- Enclosing class:
- Wallet
public static class Wallet.BadWalletEncryptionKeyException extends Wallet.CompletionException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadWalletEncryptionKeyException(java.lang.Throwable throwable)
-