Class UncheckedSQLException

    • Method Detail

      • getCause

        public SQLException getCause()
        Convenience method that returns the cause as type SQLException avoiding the need to cast the result.
        Overrides:
        getCause in class Throwable
        Returns:
        the exception cause, never null