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

org.openmetadata.service.exception.EventSubscriptionJobException Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
package org.openmetadata.service.exception;

public class EventSubscriptionJobException extends RuntimeException {
  public EventSubscriptionJobException(String message) {
    super(message);
  }

  public EventSubscriptionJobException(Throwable throwable) {
    super(throwable);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy