org.jboss.jca.adapters.jdbc
Class StaleConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by 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
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

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 reason
sqlstate - The SQL state

StaleConnectionException

public StaleConnectionException(String reason,
                                String sqlstate,
                                int vendorCode)
Constructor

Parameters:
reason - The reason
sqlstate - The SQL state
vendorCode - The vendor code


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)