spring-framework / org.springframework.jdbc.datasource.init / ScriptParseException / <init>

<init>

ScriptParseException(message: String, @Nullable resource: EncodedResource)

Construct a new ScriptParseException.

Parameters

message - detailed message

resource - the resource from which the SQL script was read

ScriptParseException(message: String, @Nullable resource: EncodedResource, @Nullable cause: Throwable)

Construct a new ScriptParseException.

Parameters

message - detailed message

resource - the resource from which the SQL script was read

cause - the underlying cause of the failure