
se.hiq.oss.spring.nats.exception.SerializeException Maven / Gradle / Ivy
package se.hiq.oss.spring.nats.exception;
public class SerializeException extends RuntimeException {
public SerializeException(final String message, final Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy