org.gudy.azureus2.plugins.network
Class TransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.plugins.network.TransportException
All Implemented Interfaces:
Serializable

public class TransportException
extends Exception

Since:
3.0.5.3
See Also:
Serialized Form

Constructor Summary
TransportException()
           
TransportException(String arg0)
           
TransportException(String arg0, Throwable arg1)
           
TransportException(Throwable arg0)
           
 
Method Summary
 
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
 

Constructor Detail

TransportException

public TransportException()

TransportException

public TransportException(String arg0)
Parameters:
arg0 -

TransportException

public TransportException(Throwable arg0)
Parameters:
arg0 -

TransportException

public TransportException(String arg0,
                          Throwable arg1)
Parameters:
arg0 -
arg1 -