Package org.bitcoinj.wallet
Class AllRandomKeysRotating
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bitcoinj.wallet.AllRandomKeysRotating
-
- All Implemented Interfaces:
java.io.Serializable
public class AllRandomKeysRotating extends java.lang.RuntimeException
Indicates that an attempt was made to upgrade a random wallet to deterministic, but there were no non-rotating random keys to use as source material for the seed. Add a non-compromised key first!- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllRandomKeysRotating()
-