public class InvalidS3KeyException extends AmazonServiceException
The provided Amazon S3 key prefix is invalid. Please provide a valid S3 object key name.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidS3KeyException(String message)
Constructs a new InvalidS3KeyException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidS3KeyException(String message)
message
- Describes the error encountered.Copyright © 2018. All rights reserved.