类 JDBCConnectionException

  • 所有已实现的接口:
    Serializable

    public class JDBCConnectionException
    extends JDBCException
    Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • JDBCConnectionException

        public JDBCConnectionException​(String string,
                                       SQLException root)