Class RuntimeSQLException

All Implemented Interfaces:
Serializable

public class RuntimeSQLException extends RuntimeException
SQL异常的运行时异常包装,在无法抛出SQLException的地方进行包装抛出
Author:
Maning
See Also:
  • Constructor Details

    • RuntimeSQLException

      public RuntimeSQLException(SQLException cause)
      默认构造器
      Parameters:
      cause - 原SQL异常
  • Method Details

    • getSqlException

      public SQLException getSqlException()
      获取原异常
      Returns:
      原SQL异常