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

io.github.ramerf.wind.spring.WindUncategorizedDataAccessException Maven / Gradle / Ivy

package io.github.ramerf.wind.spring;

import org.springframework.dao.UncategorizedDataAccessException;

public class WindUncategorizedDataAccessException extends UncategorizedDataAccessException {

  public WindUncategorizedDataAccessException(Throwable cause) {
    super(null, cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy