TransportException 构造函数
定义
重载
TransportException() | |
TransportException(String message) | |
TransportException(String message, Throwable cause) | |
TransportException(Throwable cause) |
TransportException()
public TransportException()
TransportException(String message)
public TransportException(String message)
参数
- message
- String
TransportException(String message, Throwable cause)
public TransportException(String message, Throwable cause)
参数
- message
- String
- cause
- Throwable
TransportException(Throwable cause)
public TransportException(Throwable cause)
参数
- cause
- Throwable