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

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