Package org.jboss.jca.adapters.jdbc
Class StaleConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.jboss.jca.adapters.jdbc.StaleConnectionException
- All Implemented Interfaces:
Serializable,Iterable<Throwable>
A StaleConnectionException.
- Version:
- $Revision: 71554 $
- Author:
- Weston Price
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorStaleConnectionException(String reason) ConstructorStaleConnectionException(String reason, String sqlstate) ConstructorStaleConnectionException(String reason, String sqlstate, int vendorCode) ConstructorConstructor -
Method Summary
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
StaleConnectionException
public StaleConnectionException()Constructor -
StaleConnectionException
Constructor- Parameters:
reason- The reason
-
StaleConnectionException
Constructor- Parameters:
e- The SQL exception
-
StaleConnectionException
Constructor- Parameters:
reason- The reasonsqlstate- The SQL state
-
StaleConnectionException
Constructor- Parameters:
reason- The reasonsqlstate- The SQL statevendorCode- The vendor code
-