Class UncategorizedDataAccessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HibernateJdbcException, HibernateSystemException, JpaSystemException, SQLWarningException, UncategorizedR2dbcException, UncategorizedSQLException

public abstract class UncategorizedDataAccessException extends NonTransientDataAccessException
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, an SQLException from JDBC we can't pinpoint more precisely.
Author:
Rod Johnson
See Also:
  • Constructor Details

    • UncategorizedDataAccessException

      public UncategorizedDataAccessException(@Nullable String msg, @Nullable Throwable cause)
      Constructor for UncategorizedDataAccessException.
      Parameters:
      msg - the detail message
      cause - the exception thrown by underlying data access API