com.amazonaws.services.storagegateway.model
Class InternalServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.storagegateway.model.InternalServerErrorException
- All Implemented Interfaces:
- Serializable
public class InternalServerErrorException
- extends AmazonServiceException
An internal server error has occured during the request. See the error and message fields for more information.
- See Also:
- Serialized Form
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toString |
InternalServerErrorException
public InternalServerErrorException(String message)
- Constructs a new InternalServerErrorException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
getError
public StorageGatewayError getError()
- Returns the value of the Error property for this object.
- Returns:
- The value of the Error property for this object.
setError
public void setError(StorageGatewayError error)
- Sets the value of the Error property for this object.
- Parameters:
error
- The new value for this object's Error property.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.