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

org.sam.server.exception.BeanNotFoundException Maven / Gradle / Ivy

package org.sam.server.exception;

/**
 * 해당 빈을 찾을 수 없을 때 발생합니다.
 *
 * @author hypernova1
 * */
public class BeanNotFoundException extends RuntimeException {
    public BeanNotFoundException(String message) {
        super(message + " bean is not found");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy