jcifs.util.transport
Class TransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by jcifs.util.transport.TransportException
All Implemented Interfaces:
java.io.Serializable

public class TransportException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
TransportException()
           
TransportException(java.lang.String msg)
           
TransportException(java.lang.String msg, java.lang.Throwable rootCause)
           
TransportException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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(java.lang.String msg)

TransportException

public TransportException(java.lang.Throwable rootCause)

TransportException

public TransportException(java.lang.String msg,
                          java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable