com.google.bitcoin.core
Class PeerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.core.PeerException
- All Implemented Interfaces:
- Serializable
public class PeerException
- extends Exception
Thrown when a problem occurs in communicating with a peer, and we should
retry.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PeerException
public PeerException(String msg)
PeerException
public PeerException(Exception e)
PeerException
public PeerException(String msg,
Exception e)
Copyright © 2014. All rights reserved.