Class SqlExceptionHelper


  • public class SqlExceptionHelper
    extends Object
    Helper for handling SQLExceptions in various manners.
    • Constructor Detail

      • SqlExceptionHelper

        public SqlExceptionHelper​(boolean logWarnings)
        Create an exception helper with a default exception converter.
      • SqlExceptionHelper

        public SqlExceptionHelper​(SQLExceptionConverter sqlExceptionConverter,
                                  boolean logWarnings)
        Create an exception helper with a specific exception converter.
        Parameters:
        sqlExceptionConverter - The exception converter to use.