Class UncheckedSqlException

All Implemented Interfaces:
Serializable

public class UncheckedSqlException extends RuntimeException
A simple unchecked wrapper of SQLException.
See Also:
  • Constructor Details

    • UncheckedSqlException

      public UncheckedSqlException(SQLException sqlException)
  • Method Details