| Exception | Description |
|---|---|
| BucketPolicyTooLargeException |
Thrown to indicate that given bucket name is not valid.
|
| 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.
|
| InvalidBucketNameException |
Thrown to indicate that given bucket name is not valid.
|
| InvalidEndpointException |
Thrown to indicate that given endpoint is not valid.
|
| InvalidExpiresRangeException |
Thrown to indicate that given expires value is out of range to set in presigned GET/PUT/POST.
|
| InvalidPortException |
Thrown to indicate that given port number is not valid.
|
| InvalidResponseException |
Thrown to indicate that non-xml response thrown from server.
|
| MinioException |
Base Exception class for all minio-java exceptions.
|
| RegionConflictException |
Thrown to indicate that passed region conflicts with the one previously specified.
|
| ServerException |
Thrown to indicate that S3 service returning HTTP server error.
|
| XmlParserException |
Thrown to indicate that error at XML marshalling or unmarshalling.
|