Class PeerConnection.PeerNotConnected

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.hyperledger.besu.plugin.data.p2p.PeerConnection.PeerNotConnected
All Implemented Interfaces:
Serializable
Enclosing interface:
PeerConnection

public static class PeerConnection.PeerNotConnected extends IOException
Exception thrown when attempting to send to a disconnected peer.
See Also:
  • Constructor Details

    • PeerNotConnected

      public PeerNotConnected(String message)
      Constructs a new PeerNotConnected exception with the specified detail message.
      Parameters:
      message - the detail message explaining why the peer is not connected