public class TransportException extends CIFSException
| Constructor and Description |
|---|
TransportException() |
TransportException(String msg) |
TransportException(String msg,
Throwable rootCause) |
TransportException(Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRootCause()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransportException()
public TransportException(String msg)
msg - public TransportException(Throwable rootCause)
rootCause - @Deprecated public Throwable getRootCause()
Copyright © 2021. All rights reserved.