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

org.kasource.spring.nats.exception.MethodInvocationException Maven / Gradle / Ivy

package org.kasource.spring.nats.exception;

public class MethodInvocationException extends RuntimeException {
    private static final long serialVersionUID = -3569951574594064267L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy