|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Response dist1.acb.common.transport.ResponseWithStringMessage dist1.acb.common.transport.ResponseError dist1.acb.common.transport.concretePackets.ResponseAnError
Response a error
Constructor Summary | |
ResponseAnError(Request request,
java.lang.String msg)
Creates a new ResponseAnError object. |
Methods inherited from class dist1.acb.common.transport.ResponseWithStringMessage |
getMsg, setMsg, toString |
Methods inherited from class dist1.acb.common.transport.Packet |
equals, getId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResponseAnError(Request request, java.lang.String msg)
request
- The response will be created for this request (it will
inherit the id). If request is null the id will be zero.msg
- A message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |