Package jcifs.util.transport
Class TransportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jcifs.CIFSException
-
- jcifs.util.transport.TransportException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionTimeoutException,RequestTimeoutException
public class TransportException extends CIFSException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransportException()TransportException(String msg)TransportException(String msg, Throwable rootCause)TransportException(Throwable rootCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ThrowablegetRootCause()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getRootCause
@Deprecated public Throwable getRootCause()
Deprecated.- Returns:
- root cause
-
-