com.amazonaws.services.importexport.model
Class BucketPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.importexport.model.BucketPermissionException
- All Implemented Interfaces:
- Serializable
public class BucketPermissionException
- extends AmazonServiceException
The account specified does not have the appropriate bucket permissions.
- See Also:
- Serialized Form
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toString |
BucketPermissionException
public BucketPermissionException(String message)
- Constructs a new BucketPermissionException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.