org.mpisws.p2p.transport.wire.exception
Class StalledSocketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.mpisws.p2p.transport.wire.exception.StalledSocketException
All Implemented Interfaces:
Serializable

public class StalledSocketException
extends IOException

See Also:
Serialized Form

Field Summary
protected  Object addr
           
 
Constructor Summary
StalledSocketException(InetSocketAddress addr)
           
StalledSocketException(Object addr, String s)
           
 
Method Summary
 Object getIdentifier()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

addr

protected Object addr
Constructor Detail

StalledSocketException

public StalledSocketException(Object addr,
                              String s)

StalledSocketException

public StalledSocketException(InetSocketAddress addr)
Method Detail

getIdentifier

public Object getIdentifier()


Copyright © 2010. All Rights Reserved.