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 exception)static voidonDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.awscore.exception.AwsServiceException exception)static voidonDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkException exception)static voidonDiscoveryException(String resourceType, String resourceName, software.amazon.awssdk.regions.Region region, software.amazon.awssdk.core.exception.SdkServiceException exception)
-
-
-
Method Detail
-
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)
-
-