Class YankSQLException

All Implemented Interfaces:
Serializable

public class YankSQLException
extends RuntimeException
An exception to wrap a checked SQLException
See Also:
Serialized Form
  • Constructor Details

    • YankSQLException

      public YankSQLException​(SQLException sqlException, String poolName, String sql)
      Constructor
      Parameters:
      sqlException -
      poolName -
      sql -
  • Method Details