Class 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, a SQLException from JDBC that we cannot pinpoint more precisely.
Since:
4.0.3
Author:
Sam Brannen
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