org.apache.commons.cache.remote
Class ThrowableResponse

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

public class ThrowableResponse
extends Object
implements CacheResponse

tk.

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

Field Summary
protected  Throwable _t
           
 
Constructor Summary
ThrowableResponse(Throwable t)
           
 
Method Summary
 boolean equals(ThrowableResponse res)
           
 Throwable getThrowable()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_t

protected Throwable _t
Constructor Detail

ThrowableResponse

public ThrowableResponse(Throwable t)
Method Detail

getThrowable

public Throwable getThrowable()

equals

public boolean equals(ThrowableResponse res)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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