com.amazonaws.services.cloudsearch.model
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.cloudsearch.model.InternalException
- All Implemented Interfaces:
- Serializable
public class InternalException
- extends AmazonServiceException
An internal error occurred while processing the request. If this problem persists, report an issue from the
Service Health Dashboard .
- See Also:
- Serialized Form
Constructor Summary |
InternalException(String message)
Constructs a new InternalException with the specified error
message. |
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toString |
InternalException
public InternalException(String message)
- Constructs a new InternalException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.