jcifs.util.transport
Class TransportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjcifs.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()