Class UnreadableWalletException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.wallet.UnreadableWalletException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnreadableWalletException.BadPassword, UnreadableWalletException.FutureVersion, UnreadableWalletException.WrongNetwork

public class UnreadableWalletException extends Exception
Thrown by the WalletProtobufSerializer when the serialized protocol buffer is either corrupted, internally inconsistent or appears to be from the future.
See Also:
  • Constructor Details

    • UnreadableWalletException

      public UnreadableWalletException(String s)
    • UnreadableWalletException

      public UnreadableWalletException(String s, Throwable t)