com.google.bitcoin.store
Class UnreadableWalletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.store.UnreadableWalletException
- All Implemented Interfaces:
- Serializable
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnreadableWalletException
public UnreadableWalletException(String s)
UnreadableWalletException
public UnreadableWalletException(String s,
Throwable t)
Copyright © 2014. All rights reserved.