public class SdkInterruptedException
extends java.lang.InterruptedException
Modifier and Type | Field and Description |
---|---|
private Response<?> |
response |
private static long |
serialVersionUID |
Constructor and Description |
---|
SdkInterruptedException(Response<?> response) |
Modifier and Type | Method and Description |
---|---|
Response<?> |
getResponse() |
private static final long serialVersionUID
private final transient Response<?> response
public SdkInterruptedException(Response<?> response)
public Response<?> getResponse()