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

com.hubspot.baragon.service.exceptions.NoMatchingElbForVpcException Maven / Gradle / Ivy

There is a newer version: 0.6.2
Show newest version
package com.hubspot.baragon.service.exceptions;

public class NoMatchingElbForVpcException extends Exception {
  public NoMatchingElbForVpcException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy