Class JDBCConnectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JDBCConnectionException
    extends JDBCException
    Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JDBCConnectionException​(java.lang.String string, java.sql.SQLException root)  
      JDBCConnectionException​(java.lang.String string, java.sql.SQLException root, java.lang.String sql)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JDBCConnectionException

        public JDBCConnectionException​(java.lang.String string,
                                       java.sql.SQLException root)
      • JDBCConnectionException

        public JDBCConnectionException​(java.lang.String string,
                                       java.sql.SQLException root,
                                       java.lang.String sql)