org.springframework.data.jdbc.query
Class UncategorizedQueryException
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
org.springframework.data.jdbc.query.UncategorizedQueryException
- All Implemented Interfaces:
- Serializable
Deprecated. as of Spring JDBC Extensions 1.2.0 in favor of directly
using the Querydsl Spring support
@Deprecated
public class UncategorizedQueryException
- extends UncategorizedDataAccessException
Exception thrown when we can't classify a Query into
one of Spring's data access exceptions.
- Author:
- Thomas Risberg
- See Also:
- Serialized Form
UncategorizedQueryException
public UncategorizedQueryException(String msg,
com.mysema.query.QueryException cause)
- Deprecated.
- Constructor for UncategorizedDataAccessException.
- Parameters:
msg - the detail messagecause - the exception thrown by underlying data access API