Class JDBCException

  • All Implemented Interfaces:
    Serializable

    public final class JDBCException
    extends DRException
    Subclass of DRExceptions for JDBC. Exception causes get converted to a wrapper class that preserves stack trace information and class name information but not classes themselves. This avoids serialization dependencies on JDBC driver internals.
    See Also:
    Serialized Form
    • Constructor Detail

      • JDBCException

        public JDBCException()
      • JDBCException

        public JDBCException​(String message,
                             Throwable cause)
      • JDBCException

        public JDBCException​(String message)
      • JDBCException

        public JDBCException​(Throwable cause)