Package io.awspring.cloud.s3.crossregion
Class CrossRegionS3Client.RegionDiscoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.awspring.cloud.s3.crossregion.CrossRegionS3Client.RegionDiscoveryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CrossRegionS3Client
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegionDiscoveryException
(String message, software.amazon.awssdk.services.s3.model.S3Exception e) -
Method Summary
Modifier and TypeMethodDescriptionofMissingHeader
(software.amazon.awssdk.services.s3.model.S3Exception e) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegionDiscoveryException
public RegionDiscoveryException(String message, software.amazon.awssdk.services.s3.model.S3Exception e)
-
-
Method Details
-
ofMissingHeader
public static CrossRegionS3Client.RegionDiscoveryException ofMissingHeader(software.amazon.awssdk.services.s3.model.S3Exception e)
-