Class JDBCConnectionException

All Implemented Interfaces:
Serializable

public class JDBCConnectionException extends JDBCException
A JDBCException indicating a problem communicating with the database (can also include incorrect JDBC setup).
Author:
Steve Ebersole
See Also:
  • Constructor Details