org.entur.pubsub.base.EnturGooglePubSubException Maven / Gradle / Ivy
package org.entur.pubsub.base;
public class EnturGooglePubSubException extends RuntimeException {
public EnturGooglePubSubException(String message) {
super(message);
}
public EnturGooglePubSubException(Exception cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy