Class UncategorizedScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.r2dbc.connection.init.ScriptException
org.springframework.r2dbc.connection.init.UncategorizedScriptException
All Implemented Interfaces:
Serializable

public class UncategorizedScriptException extends ScriptException
Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, an R2dbcException from R2DBC that we cannot pinpoint more precisely.
Since:
5.3
Author:
Sam Brannen, Mark Paluch
See Also:
  • Constructor Details

    • UncategorizedScriptException

      public UncategorizedScriptException(String message)
      Create a new UncategorizedScriptException.
      Parameters:
      message - detailed message
    • UncategorizedScriptException

      public UncategorizedScriptException(String message, Throwable cause)
      Create a new UncategorizedScriptException.
      Parameters:
      message - detailed message
      cause - the root cause