Class DiscoveryExceptions
- java.lang.Object
-
- io.openraven.magpie.plugins.aws.discovery.DiscoveryExceptions
-
public class DiscoveryExceptions extends Object
-
-
Constructor Summary
Constructors Constructor Description DiscoveryExceptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidonDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, Exception ex)static voidonDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.awscore.exception.AwsServiceException ex)static voidonDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkException ex)static voidonDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkServiceException ex)
-
-
-
Method Detail
-
onDiscoveryException
public static void onDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.awscore.exception.AwsServiceException ex)
-
onDiscoveryException
public static void onDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkServiceException ex)
-
onDiscoveryException
public static void onDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkException ex)
-
-