com.amazonaws.services.storagegateway.model
Class InvalidGatewayRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.storagegateway.model.InvalidGatewayRequestException
- All Implemented Interfaces:
- Serializable
public class InvalidGatewayRequestException
- extends AmazonServiceException
An exception occured because an invalid gateway request was issued to the service. 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 |
InvalidGatewayRequestException
public InvalidGatewayRequestException(String message)
- Constructs a new InvalidGatewayRequestException 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.