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

io.openraven.magpie.plugins.gcp.discovery.exception.GcpDiscoveryException Maven / Gradle / Ivy

The newest version!
package io.openraven.magpie.plugins.gcp.discovery.exception;

public class GcpDiscoveryException extends RuntimeException {
  public GcpDiscoveryException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy