@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelNotBroadcastingException extends AmazonIVSException
AmazonServiceException.ErrorType
Constructor and Description |
---|
ChannelNotBroadcastingException(String message)
Constructs a new ChannelNotBroadcastingException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getExceptionMessage()
The stream is offline for the given channel ARN.
|
void |
setExceptionMessage(String exceptionMessage)
The stream is offline for the given channel ARN.
|
ChannelNotBroadcastingException |
withExceptionMessage(String exceptionMessage)
The stream is offline for the given channel ARN.
|
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 ChannelNotBroadcastingException(String message)
message
- Describes the error encountered.public void setExceptionMessage(String exceptionMessage)
The stream is offline for the given channel ARN.
exceptionMessage
- The stream is offline for the given channel ARN.public String getExceptionMessage()
The stream is offline for the given channel ARN.
public ChannelNotBroadcastingException withExceptionMessage(String exceptionMessage)
The stream is offline for the given channel ARN.
exceptionMessage
- The stream is offline for the given channel ARN.