Module storm

Class SqlTemplateException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class SqlTemplateException extends SQLException
Thrown to indicate an error occurred while processing a SQL template.
See Also:
  • Constructor Details

    • SqlTemplateException

      public SqlTemplateException(String reason)
      Constructs a new exception with the specified reason.
      Parameters:
      reason - the reason for the exception.
    • SqlTemplateException

      public SqlTemplateException(Throwable cause)
      Constructs a new exception with the specified reason and cause.
      Parameters:
      cause - the cause of the exception.
    • SqlTemplateException

      public SqlTemplateException(String reason, Throwable cause)
      Constructs a new exception with the specified reason and cause.
      Parameters:
      reason - the reason for the exception.
      cause - the cause of the exception.