dist1.acb.common.transport
Class ResponseError

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.common.transport.ResponseWithStringMessage
              extended bydist1.acb.common.transport.ResponseError
All Implemented Interfaces:
java.io.Serializable, StringMessage
Direct Known Subclasses:
ResponseAnError

public abstract class ResponseError
extends ResponseWithStringMessage

ResponseError

Version:
$Revision: 1.4 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
ResponseError(Request request, java.lang.String msg)
          Creates a new ResponseError 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

ResponseError

public ResponseError(Request request,
                     java.lang.String msg)
Creates a new ResponseError object.

Parameters:
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


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.