public class InvalidGameSessionStatusException extends AmazonServiceException
Exception thrown when performing the requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Requests that result in failures of this type should not be retried by clients without resolving the conflict.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
InvalidGameSessionStatusException(String message)
Constructs a new InvalidGameSessionStatusException with the specified
error message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidGameSessionStatusException(String message)
message - Describes the error encountered.Copyright © 2016. All rights reserved.