rabbit.io
Class HandleTimeoutErrors

java.lang.Object
  extended by rabbit.io.HandleTimeoutErrors

public class HandleTimeoutErrors
extends Object

Class that holds information about sockets that are currently not registered with anyone.


Constructor Summary
HandleTimeoutErrors(String reason)
           
 
Method Summary
 String getReason()
           
 long getWhen()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandleTimeoutErrors

public HandleTimeoutErrors(String reason)
Method Detail

getReason

public String getReason()

getWhen

public long getWhen()

toString

public String toString()
Overrides:
toString in class Object