Class SQLDetailException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class SQLDetailException extends SQLException
An exception with SQL details, which may not be save to be included in the message to the client
See Also:
  • Constructor Details

    • SQLDetailException

      public SQLDetailException(String message, SQLException sqlException)
      Parameters:
      message - explaining what happened
      sqlException - root cause
    • SQLDetailException

      public SQLDetailException(String message, String sql, SQLException sqlException)
      Parameters:
      message - explaining what happened
      sql - which caused this exception, may be null if not available
      sqlException - root cause
  • Method Details