public class FailureResponse extends DownstreamMessage
Streamable.ClosuremessageId| Constructor and Description |
|---|
FailureResponse()
Zero argument constructor used when unserializing an instance.
|
FailureResponse(int oid,
String message)
Constructs a failure response in response to a request for the specified oid.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
int |
getOid() |
String |
toString() |
getTransport, noteActualTransport, setTransportpublic FailureResponse()
public FailureResponse(int oid,
String message)
public int getOid()
public String getMessage()
public String toString()
toString in class DownstreamMessageCopyright © 2015. All rights reserved.