spring-framework / org.springframework.jdbc.datasource.init / UncategorizedScriptException

UncategorizedScriptException

open class UncategorizedScriptException : ScriptException

Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, a java.sql.SQLException from JDBC that we cannot pinpoint more precisely.

Author
Sam Brannen

Since
4.0.3

Constructors

<init>

UncategorizedScriptException(message: String)
UncategorizedScriptException(message: String, cause: Throwable)

Construct a new UncategorizedScriptException.