All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rapleaf.jack.exception.SqlExecutionFailureException Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package com.rapleaf.jack.exception;

public class SqlExecutionFailureException extends JackRuntimeException {
  public SqlExecutionFailureException(Exception exception) {
    super(exception);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy