Class ScriptException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotReadScriptException, ScriptParseException, ScriptStatementFailedException, UncategorizedScriptException

public abstract class ScriptException extends DataAccessException
Root of the hierarchy of data access exceptions that are related to processing of SQL scripts.
Since:
5.3
Author:
Sam Brannen, Mark Paluch
See Also:
  • Constructor Details

    • ScriptException

      public ScriptException(String message)
      Create a new ScriptException.
      Parameters:
      message - the detail message
    • ScriptException

      public ScriptException(String message, @Nullable Throwable cause)
      Create a new ScriptException.
      Parameters:
      message - the detail message
      cause - the root cause