public class ConnectionException extends Exception
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTperrno()
Get the error code
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.