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

org.needcoke.coke.web.exception.ExceptionAdviceError Maven / Gradle / Ivy

package org.needcoke.coke.web.exception;

public class ExceptionAdviceError extends RuntimeException{

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy