Class GenericJDBCException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GenericJDBCException
    extends JDBCException
    Generic, non-specific JDBCException.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericJDBCException​(java.lang.String string, java.sql.SQLException root)  
      GenericJDBCException​(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

      • GenericJDBCException

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

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