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
Exception thrown when attempting to send to a disconnected peer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPeerNotConnected(String message) Constructs a new PeerNotConnected exception with the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PeerNotConnected
Constructs a new PeerNotConnected exception with the specified detail message.- Parameters:
message- the detail message explaining why the peer is not connected
-