com.google.bitcoin.core
Class PeerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PeerException(Exception e)
           
PeerException(String msg)
           
PeerException(String msg, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeerException

public PeerException(String msg)

PeerException

public PeerException(Exception e)

PeerException

public PeerException(String msg,
                     Exception e)


Copyright © 2014. All rights reserved.