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

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

package org.sam.server.exception;

/**
 * ComponentScan 어노테이션을 찾을 수 없을 때 발생합니다.
 *
 * @author hypernova1
 * */
public class ComponentScanNotFoundException extends RuntimeException {
    public ComponentScanNotFoundException() {
        super("ComponentScan not found in package");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy