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

com.youthlin.ioc.exception.NoSuchBeanException Maven / Gradle / Ivy

package com.youthlin.ioc.exception;

/**
 * 创建: youthlin.chen
 * 时间: 2017-08-10 19:48.
 */
public class NoSuchBeanException extends RuntimeException {
    public NoSuchBeanException() {
        super();
    }

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

    public NoSuchBeanException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy