Package org.bitcoinj.wallet
Class DeterministicUpgradeRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bitcoinj.wallet.DeterministicUpgradeRequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeterministicUpgradeRequiredException extends java.lang.RuntimeException
Indicates that an attempt was made to use HD wallet features on a wallet that was deserialized from an old, pre-HD random wallet without calling upgradeToDeterministic() beforehand.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeterministicUpgradeRequiredException()
-