Class SdkInterruptedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.InterruptedException
- 
- software.amazon.awssdk.core.exception.SdkInterruptedException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class SdkInterruptedException extends InterruptedException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SdkInterruptedException()SdkInterruptedException(SdkHttpFullResponse response)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<InputStream>getResponseStream()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SdkInterruptedExceptionpublic SdkInterruptedException() 
 - 
SdkInterruptedExceptionpublic SdkInterruptedException(SdkHttpFullResponse response) 
 
- 
 - 
Method Detail- 
getResponseStreampublic Optional<InputStream> getResponseStream() 
 
- 
 
-