
public class StaleConnectionException extends SQLException
| Constructor and Description |
|---|
StaleConnectionException()
Constructor
|
StaleConnectionException(SQLException e)
Constructor
|
StaleConnectionException(String reason)
Constructor
|
StaleConnectionException(String reason,
String sqlstate)
Constructor
|
StaleConnectionException(String reason,
String sqlstate,
int vendorCode)
Constructor
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StaleConnectionException()
public StaleConnectionException(String reason)
reason - The reasonpublic StaleConnectionException(SQLException e)
e - The SQL exceptionpublic StaleConnectionException(String reason, String sqlstate)
reason - The reasonsqlstate - The SQL stateCopyright © 2014 IronJacamar (http://www.ironjacamar.org)