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.Exception
Thrown by theWalletProtobufSerializer
when 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 class
UnreadableWalletException.BadPassword
static class
UnreadableWalletException.FutureVersion
static class
UnreadableWalletException.WrongNetwork
-
Constructor Summary
Constructors Constructor Description UnreadableWalletException(java.lang.String s)
UnreadableWalletException(java.lang.String s, java.lang.Throwable t)
-