Class InvalidResponseException

All Implemented Interfaces:
Serializable

public class InvalidResponseException extends MinioException
Thrown to indicate that non-xml response thrown from server.
See Also:
  • Constructor Details

    • InvalidResponseException

      public InvalidResponseException(int responseCode, String contentType, String body, String httpTrace)