Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AllRandomKeysRotating

        public AllRandomKeysRotating()