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 Summary
Constructors Constructor Description SdkInterruptedException()SdkInterruptedException(SdkHttpFullResponse response) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<InputStream>getResponseStream()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SdkInterruptedException
public SdkInterruptedException()
 
- 
SdkInterruptedException
public SdkInterruptedException(SdkHttpFullResponse response)
 
 - 
 
- 
Method Detail
- 
getResponseStream
public Optional<InputStream> getResponseStream()
 
 - 
 
 -