Class ErrorResponseException

All Implemented Interfaces:
Serializable

public class ErrorResponseException extends MinioException
Thrown to indicate that error response is received when executing Amazon S3 operation.
See Also:
  • 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

    • errorResponse

      public ErrorResponse errorResponse()
      Returns ErrorResponse contains detail of what error occurred.
    • response

      public okhttp3.Response response()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable