Package org.bitcoinj.wallet
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
Thrown by the
WalletProtobufSerializer
when the serialized protocol buffer is either corrupted,
internally inconsistent or appears to be from the future.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnreadableWalletException
-
UnreadableWalletException
-