public class ConnectionException extends Exception
| 构造器和说明 |
|---|
ConnectionException(int tperrno,
String string)
Create an exception without a root cause
|
ConnectionException(int tperrno,
String string,
Throwable t)
Create a new exception giving it the error code.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getTperrno()
Get the error code
|
public ConnectionException(int tperrno,
String string,
Throwable t)
tperrno - The error codepublic ConnectionException(int tperrno,
String string)
tperrno - The error numberstring - The messageCopyright © 2015 JBoss by Red Hat. All Rights Reserved.