Package org.bitcoinj.wallet
Class UnreadableWalletException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.bitcoinj.wallet.UnreadableWalletException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 UnreadableWalletException.BadPassword,UnreadableWalletException.FutureVersion,UnreadableWalletException.WrongNetwork
public class UnreadableWalletException extends java.lang.ExceptionThrown by theWalletProtobufSerializerwhen the serialized protocol buffer is either corrupted, internally inconsistent or appears to be from the future.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnreadableWalletException.BadPasswordstatic classUnreadableWalletException.FutureVersionstatic classUnreadableWalletException.WrongNetwork 
- 
Constructor Summary
Constructors Constructor Description UnreadableWalletException(java.lang.String s)UnreadableWalletException(java.lang.String s, java.lang.Throwable t) 
 -