public abstract class

UncategorizedDataAccessException

extends NonTransientDataAccessException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.dao.DataAccessException
             ↳ org.springframework.dao.NonTransientDataAccessException
               ↳ org.springframework.dao.UncategorizedDataAccessException
Known Direct Subclasses

Class Overview

Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, a SQLException from JDBC we can't pinpoint more precisely.

Summary

Public Constructors
UncategorizedDataAccessException(String msg, Throwable cause)
Constructor for UncategorizedDataAccessException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UncategorizedDataAccessException (String msg, Throwable cause)

Constructor for UncategorizedDataAccessException.

Parameters
msg the detail message
cause the exception thrown by underlying data access API