Class 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:
  • Constructor Details

    • PeerException

      public PeerException(String msg)
    • PeerException

      public PeerException(Exception e)
    • PeerException

      public PeerException(String msg, Exception e)