public class PeerEventingServiceException extends TransactionException
Constructor and Description |
---|
PeerEventingServiceException(String message) |
PeerEventingServiceException(String message,
Throwable parent) |
PeerEventingServiceException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
org.hyperledger.fabric.protos.peer.EventsPackage.DeliverResponse |
getResp()
If response from the Peer's error is received return it.
|
long |
getTimedOut() |
void |
setResponse(org.hyperledger.fabric.protos.peer.EventsPackage.DeliverResponse resp) |
void |
setTimedOut(long peerEventRegistrationWaitTimeMilliSecs) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PeerEventingServiceException(String message)
public PeerEventingServiceException(Throwable t)
public long getTimedOut()
public org.hyperledger.fabric.protos.peer.EventsPackage.DeliverResponse getResp()
public void setResponse(org.hyperledger.fabric.protos.peer.EventsPackage.DeliverResponse resp)
public void setTimedOut(long peerEventRegistrationWaitTimeMilliSecs)
Copyright © 2020. All rights reserved.