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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class - 
Constructor Summary
ConstructorsConstructorDescription - 
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
 
 -