Class MinioException

    • Constructor Detail

      • MinioException

        protected MinioException​(int httpStatus,
                                 String errorCode,
                                 String reason,
                                 Throwable cause)
        Instantiates a new minio exception.
        Parameters:
        httpStatus - the http status
        errorCode - the error code
        reason - the reason
        cause - the cause