@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamUnavailableException extends AmazonIVSException
AmazonServiceException.ErrorType
Constructor and Description |
---|
StreamUnavailableException(String message)
Constructs a new StreamUnavailableException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getExceptionMessage()
The stream is temporarily unavailable.
|
void |
setExceptionMessage(String exceptionMessage)
The stream is temporarily unavailable.
|
StreamUnavailableException |
withExceptionMessage(String exceptionMessage)
The stream is temporarily unavailable.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StreamUnavailableException(String message)
message
- Describes the error encountered.public void setExceptionMessage(String exceptionMessage)
The stream is temporarily unavailable.
exceptionMessage
- The stream is temporarily unavailable.public String getExceptionMessage()
The stream is temporarily unavailable.
public StreamUnavailableException withExceptionMessage(String exceptionMessage)
The stream is temporarily unavailable.
exceptionMessage
- The stream is temporarily unavailable.