Class PeerEventingServiceException

All Implemented Interfaces:
Serializable

public class PeerEventingServiceException extends TransactionException
See Also:
  • Constructor Details

    • PeerEventingServiceException

      public PeerEventingServiceException(String message, Throwable parent)
    • PeerEventingServiceException

      public PeerEventingServiceException(String message)
    • PeerEventingServiceException

      public PeerEventingServiceException(Throwable t)
  • Method Details

    • getTimedOut

      public long getTimedOut()
      Returns:
      if timed out the time that was waited; otherwise, -1
    • getResp

      public org.hyperledger.fabric.protos.peer.EventsPackage.DeliverResponse getResp()
      If response from the Peer's error is received return it.
      Returns:
      Response error from peer if received otherwise null.
    • setResponse

      public void setResponse(org.hyperledger.fabric.protos.peer.EventsPackage.DeliverResponse resp)
    • setTimedOut

      public void setTimedOut(long peerEventRegistrationWaitTimeMilliSecs)