Exception | Description |
---|---|
BucketPolicyTooLargeException |
Thrown to indicate that received bucket policy is larger than 20KiB size.
|
ErrorResponseException |
Thrown to indicate that error response is received when executing Amazon S3 operation.
|
InsufficientDataException |
Thrown to indicate that reading given InputStream gets EOFException before reading given length.
|
InternalException |
Thrown to indicate that unexpected internal library error occured while processing given request.
|
InvalidResponseException |
Thrown to indicate that non-xml response thrown from server.
|
MinioException |
Base Exception class for all minio-java exceptions.
|
ServerException |
Thrown to indicate that S3 service returning HTTP server error.
|
XmlParserException |
Thrown to indicate that error at XML marshalling or unmarshalling.
|