Class SourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.services.ecr.endpoints.internal.SourceException
-
- All Implemented Interfaces:
Serializable
public class SourceException extends SdkException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SourceException.BuilderImpl
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static software.amazon.awssdk.services.ecr.endpoints.internal.SourceException.Builder
builder()
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable, toBuilder
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-