Class S3ErrorTable
java.lang.Object
org.apache.hadoop.ozone.s3.exception.S3ErrorTable
This class represents errors from Ozone S3 service.
This class needs to be updated to add new errors when required.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exceptionstatic final OS3Exception -
Method Summary
Modifier and TypeMethodDescriptionstatic OS3Exceptionstatic OS3ExceptionnewError(OS3Exception e, String resource) static OS3ExceptionnewError(OS3Exception e, String resource, Exception ex) Create a new instance of Error.
-
Field Details
-
INVALID_URI
-
NO_SUCH_VOLUME
-
NO_SUCH_BUCKET
-
AUTH_PROTOCOL_NOT_SUPPORTED
-
S3_AUTHINFO_CREATION_ERROR
-
BUCKET_NOT_EMPTY
-
MALFORMED_HEADER
-
NO_SUCH_KEY
-
INVALID_ARGUMENT
-
INVALID_REQUEST
-
INVALID_RANGE
-
NO_SUCH_UPLOAD
-
INVALID_BUCKET_NAME
-
INVALID_PART
-
INVALID_PART_ORDER
-
ENTITY_TOO_SMALL
-
INTERNAL_ERROR
-
ACCESS_DENIED
-
PRECOND_FAILED
-
NOT_IMPLEMENTED
-
NO_OVERWRITE
-
METADATA_TOO_LARGE
-
BUCKET_ALREADY_EXISTS
-
INVALID_TAG
-
NO_SUCH_TAG_SET
-
MALFORMED_XML
-
QUOTA_EXCEEDED
-
INVALID_STORAGE_CLASS
-
BUCKET_OWNER_MISMATCH
-
-
Method Details
-
newError
-
newError
Create a new instance of Error.- Parameters:
e- Error Templateresource- Resource associated with this exceptionex- the original exception, may be null- Returns:
- creates a new instance of error based on the template
-
getInternalError
-