spring-framework / org.springframework.jdbc / UncategorizedSQLException

UncategorizedSQLException

open class UncategorizedSQLException : UncategorizedDataAccessException

Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.

Author
Rod Johnson

Author
Juergen Hoeller

Constructors

<init>

UncategorizedSQLException(task: String, sql: String, ex: SQLException)

Constructor for UncategorizedSQLException.

Functions

getSQLException

open fun getSQLException(): SQLException

Return the underlying SQLException.

getSql

open fun getSql(): String

Return the SQL that led to the problem (if known).