Class DiscoveryExceptions

java.lang.Object
io.openraven.magpie.plugins.aws.discovery.DiscoveryExceptions

public class DiscoveryExceptions extends Object
  • Constructor Details

    • DiscoveryExceptions

      public DiscoveryExceptions()
  • Method Details

    • onDiscoveryException

      public static void onDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.awscore.exception.AwsServiceException exception)
    • onDiscoveryException

      public static void onDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkServiceException exception)
    • onDiscoveryException

      public static void onDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkException exception)
    • onDiscoveryException

      public static void onDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, Exception exception)