Package io.minio.errors
Class ErrorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.minio.errors.MinioException
io.minio.errors.ErrorResponseException
- All Implemented Interfaces:
Serializable
Thrown to indicate that error response is received when executing Amazon S3 operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorResponseException(ErrorResponse errorResponse, okhttp3.Response response, String httpTrace) Constructs a new ErrorResponseException with error response and HTTP response object. -
Method Summary
Methods inherited from class io.minio.errors.MinioException
httpTrace, throwEncapsulatedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ErrorResponseException
public ErrorResponseException(ErrorResponse errorResponse, okhttp3.Response response, String httpTrace) Constructs a new ErrorResponseException with error response and HTTP response object.
-
-
Method Details