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

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

package org.sam.server.exception;

/**
 * 요청에 대한 핸들러를 찾지 못했을 시 발생합니다.
 *
 * @author hypernova1
 * */
public class HandlerNotFoundException extends RuntimeException {
    public HandlerNotFoundException() {
        super("handler not found");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy