Package io.minio.errors
Class InvalidResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.minio.errors.MinioException
io.minio.errors.InvalidResponseException
- All Implemented Interfaces:
Serializable
Thrown to indicate that non-xml response thrown from server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidResponseException(int responseCode, String contentType, String body, String httpTrace) -
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, toString
-
Constructor Details
-
InvalidResponseException
-