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

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

package org.kasource.spring.nats.exception;

public class SerializeException extends RuntimeException {

    private static final long serialVersionUID = -430557422499697012L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy