com.croftsoft.apps.chat.response
Class UnknownUserResponse

java.lang.Object
  extended by com.croftsoft.apps.chat.response.AbstractResponse
      extended by com.croftsoft.apps.chat.response.UnknownUserResponse
All Implemented Interfaces:
Response, Serializable

public final class UnknownUserResponse
extends AbstractResponse

Indicates that the request was denied because of an unknown User.

Since:
2003-06-10
Version:
2003-06-10
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
UnknownUserResponse(Object request)
           
 
Method Summary
 Object getRequest()
           
 
Methods inherited from class com.croftsoft.apps.chat.response.AbstractResponse
isDenied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownUserResponse

public UnknownUserResponse(Object request)
Method Detail

getRequest

public Object getRequest()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)