Class ConnectionShutdownException

  • All Implemented Interfaces:
    Serializable

    public class ConnectionShutdownException
    extends IllegalStateException
    Signals that the connection has been shut down or released back to the the connection pool
    Since:
    4.1
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionShutdownException

        public ConnectionShutdownException()
        Creates a new ConnectionShutdownException with a null detail message.