Class DeterministicUpgradeRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitcoinj.wallet.DeterministicUpgradeRequiredException
All Implemented Interfaces:
Serializable

public class DeterministicUpgradeRequiredException extends 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:
  • Constructor Details

    • DeterministicUpgradeRequiredException

      public DeterministicUpgradeRequiredException()