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

com.jeesuite.mybatis.exception.MybatisHanlerInitException Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.jeesuite.mybatis.exception;

public class MybatisHanlerInitException extends RuntimeException {

	private static final long serialVersionUID = 7823413453457349529L;

	public MybatisHanlerInitException(String message) {
		super(message);
	}

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy