org.apache.commons.cache.remote
Class ProtocolErrorResponse

java.lang.Object
  extended by org.apache.commons.cache.remote.ProtocolErrorResponse
All Implemented Interfaces:
Serializable, CacheResponse

public class ProtocolErrorResponse
extends Object
implements CacheResponse

tk.

Version:
$Id: ProtocolErrorResponse.java 155435 2005-02-26 13:17:27Z dirkv $
Author:
Rodney Waldhoff
See Also:
Serialized Form

Field Summary
protected  String _message
           
 
Constructor Summary
ProtocolErrorResponse(String message)
           
 
Method Summary
 boolean equals(ProtocolErrorResponse res)
           
 String getMessage()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_message

protected String _message
Constructor Detail

ProtocolErrorResponse

public ProtocolErrorResponse(String message)
Method Detail

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(ProtocolErrorResponse res)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.