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>
public class StaleConnectionException extends SQLException
A StaleConnectionException.- Version:
- $Revision: 71554 $
- Author:
- Weston Price
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleConnectionException()ConstructorStaleConnectionException(String reason)ConstructorStaleConnectionException(String reason, String sqlstate)ConstructorStaleConnectionException(String reason, String sqlstate, int vendorCode)ConstructorStaleConnectionException(SQLException e)Constructor
-
Method Summary
-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
StaleConnectionException
public StaleConnectionException()
Constructor
-
StaleConnectionException
public StaleConnectionException(String reason)
Constructor- Parameters:
reason- The reason
-
StaleConnectionException
public StaleConnectionException(SQLException e)
Constructor- Parameters:
e- The SQL exception
-
StaleConnectionException
public StaleConnectionException(String reason, String sqlstate)
Constructor- Parameters:
reason- The reasonsqlstate- The SQL state
-
-