Class StaleStatementException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class StaleStatementException extends StaleConnectionException
StaleStatementException is a special type of StaleConnectionException, used internally, which signals that all cached statements are bad and should be destroyed. Statements currently in use are also bad and therefore the corresponding Connection is also marked Stale.
See Also:
  • Constructor Details

    • StaleStatementException

      public StaleStatementException(SQLException nativeException)
    • StaleStatementException

      public StaleStatementException(String reason)
    • StaleStatementException

      public StaleStatementException()
    • StaleStatementException

      public StaleStatementException(String reason, String state, int errCode)