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:
 Serializable
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:
 
- 
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
- 
DeterministicUpgradeRequiredException
public DeterministicUpgradeRequiredException() 
 -