| Exception | Description |
|---|---|
| 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.
|
| InvalidArgumentException |
Thrown to indicate that invalid value is passed to a method.
|
| InvalidBucketNameException |
Thrown to indicate that given bucket name is not valid.
|
| InvalidEncryptionMetadataException |
Thrown to indicate that reading given encryption metadata doesn't have key or iv or both details.
|
| 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.
|
| InvalidObjectPrefixException |
Thrown to indicate that given objectprefix is not valid.
|
| InvalidPortException |
Thrown to indicate that given port number is not valid.
|
| MinioException |
Base Exception class for all minio-java exceptions.
|
| NoResponseException |
Thrown to indicate that no response is received from Amazon AWS S3 service.
|
| NoSuchBucketPolicyException |
Thrown to indicate that given bucket name is not valid.
|
| RegionConflictException |
Thrown to indicate that passed region conflicts with the one previously specified.
|