|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.jboss.jca.adapters.jdbc.StaleConnectionException
public class StaleConnectionException

A StaleConnectionException.
| Constructor Summary | |
|---|---|
StaleConnectionException()
Constructor |
|
StaleConnectionException(SQLException e)
Constructor |
|
StaleConnectionException(String reason)
Constructor |
|
StaleConnectionException(String reason,
String sqlstate)
Constructor |
|
StaleConnectionException(String reason,
String sqlstate,
int vendorCode)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.sql.SQLException |
|---|
getErrorCode, getNextException, getSQLState, iterator, setNextException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaleConnectionException()
public StaleConnectionException(String reason)
reason - The reasonpublic StaleConnectionException(SQLException e)
e - The SQL exception
public StaleConnectionException(String reason,
String sqlstate)
reason - The reasonsqlstate - The SQL state
public StaleConnectionException(String reason,
String sqlstate,
int vendorCode)
reason - The reasonsqlstate - The SQL statevendorCode - The vendor code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||