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:
  • Constructor Details

    • 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