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

com.github.youyinnn.youdbutils.exceptions.AutowiredException Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package com.github.youyinnn.youdbutils.exceptions;

/**
 * 这个异常表示需要自动装备的类对象不被支持.
 *
 * @author youyinnn
 */
public class AutowiredException extends Exception{

    public AutowiredException(String msg) {
        super(msg);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy