Class ObjectClosedException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class ObjectClosedException extends StaleConnectionException
A subclass of StaleConnectionException. An ObjectClosedException is thrown when attempting to use a JDBC resource that is closed.
See Also:
  • Constructor Details

    • ObjectClosedException

      public ObjectClosedException(SQLException nativeException)
    • ObjectClosedException

      public ObjectClosedException(String reason)
    • ObjectClosedException

      public ObjectClosedException()