com.threerings.presents.net
Class FailureResponse
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.presents.net.Message
com.threerings.presents.net.DownstreamMessage
com.threerings.presents.net.FailureResponse
- All Implemented Interfaces:
- Streamable
public class FailureResponse
- extends DownstreamMessage
Communicates failure to subscribe to an object.
|
Constructor Summary |
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. |
_oid
protected int _oid
_message
protected String _message
FailureResponse
public FailureResponse()
- Zero argument constructor used when unserializing an instance.
FailureResponse
public FailureResponse(int oid,
String message)
- Constructs a failure response in response to a request for the specified oid.
getOid
public int getOid()
getMessage
public String getMessage()
toString
public String toString()
- Overrides:
toString in class DownstreamMessage